Thread
:
Please help finish my script
View Single Post
#
8
04-23-2006, 02:08 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
playermp cannot be set clientside. You had might as well do something like this on the serverside:
PHP Code:
if (
created
)
{
timeout
=
0.5
;
}
if (
timeout
)
{
if (
playermp
<
100
)
{
playermp
++;
}
timeout
=
0.5
;
}
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld