View Single Post
  #8  
Old 04-23-2006, 02:08 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
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
Reply With Quote