View Single Post
  #11  
Old 01-08-2011, 08:43 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
so can i use like
PHP Code:
function onPlayerChats() {
if (
player.chat == "/test") {
function 
isStaff(account) {
  return 
serveroptions.staff.tokenize(",").index(@ account) > (- 1);
  
dothestuff;
}
}

Reply With Quote