Thread
:
check if player is staff
View Single Post
#
8
01-08-2011, 08:39 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Quote:
Originally Posted by
xXziroXx
Serveroptions are a list of strings, so of course you have to tokenize it to produce an array.
PHP Code:
function
onCreated
() {
temp
.
myString
=
"one,two,three"
;
echo(
myString
[
0
]);
}
produces:
Quote:
one
Welcome to Graal...
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994