View Single Post
  #17  
Old 03-17-2004, 03:40 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
O it's really hard to script AP :
NPC Code:

if(actionserverside){
with(getplayer(#t(1))){
playerap = #t(2);
}
}
//#CLIENTSIDE
if(created) setstring this.accounts,WanDaMan,other forum peoplez;

if(playerchats){
if(strcontains(#s(this.accounts),#a)){
tokenize #c;
if(startswith(/ap)){
triggeraction 0,0,serverside,#a;
}
}
}


So hard? :O
__________________
V$:CONFL16T
Reply With Quote