Thread: Admin NPC help!
View Single Post
  #18  
Old 05-05-2005, 12:13 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally Posted by Evil_Trunks
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
Yea, that is what CheeTos said.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote