Thread
:
Hmm?
View Single Post
#
11
11-28-2009, 05:13 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
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
(...)
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994