View Single Post
  #2  
Old 07-18-2001, 12:57 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (created) this.roadid=0; //Change for each road
if (playerchats) {
tokenize #c;
if (startswith(raise taxes,#c)&&tokenscount==3) {
setstring server.road#v(this.roadid)tax,#v(int(strtofloat(#t (2))));
setplayerprop #c,The tax has been set to #s(server.road#v(this.roadid)tax) gralats;
}
}

__________________

Reply With Quote