Thread
:
player's string problem
View Single Post
#
3
12-29-2006, 01:50 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Normally also it is best to specify the object you are working with, i.e.
PHP Code:
with
(
findPlayer
(
"Skyld"
))
{
player
.
clientr
.
foo
=
"bar"
;
}
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld