View Single Post
  #1  
Old 09-25-2001, 10:17 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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 ...
Reply With Quote