Thread: Admin NPC help!
View Single Post
  #17  
Old 05-05-2005, 12:12 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
NPC Code:
  if (startswith(#a,this.a)) {


you are checking this on the clientside when the this.a variable is only defined on the serverside part

the whole check is wrong in general as well, strings need to use #s(this.stringname), and the type of check you are doing there (startswith) is also completely wrong
__________________

Reply With Quote