Thread: Hmm?
View Single Post
  #11  
Old 11-28-2009, 05:13 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
By the way, there's no reason to do stuff like:

PHP Code:
findplayer(params[5]).level.putnpc2(...) 
instead, this works fine, and is more secure since it isn't relying on clientside to supply the correct data:

PHP Code:
player.level.putnpc2(...) 
__________________
Reply With Quote