Thread
:
Detecting Updates
View Single Post
#
15
01-26-2008, 05:30 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Like added to the player?
in a loop something like:
PHP Code:
if (
this
.
oldWeps
!=
player
.
weapons
)
{
// ...
}
this
.
oldWeps
=
player
.
weapons
;
?
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994