
09-25-2001, 10:17 AM
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
tokenizing test ...
would this be correct ?
if (playerchats && startswith(jail player,#c) && strequals(#g,GP)) {tokenize #c;
setstring server.jailaccount,#t(3);
}
so if the GP says jail account nyghtGT it would set the string
server.jailaccount=nyghtGT right ?
This is my first time using tokenizing like this so thats why i am asking ... |
|
|