View Single Post
  #2  
Old 12-22-2004, 11:21 PM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
NPC Code:
//#CLIENTSIDE
if (playerchats && startswith(dp,#c)) {
tokenize #c;
this.places = strtofloat(#t(2));
setplayerprop #c,#e(0,indexof(.,#t(1))+this.places,#t(1));
}


Wouldn't something like that do the same thing?
Reply With Quote