OnPlayerDisconnect Problem
#7

i made haw you sad
Код:
public SaveAccounts()
{
  for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
            new Float: x, Float: y, Float: z; // here 
            GetPlayerPos(i, x, y, z); // and here
			OnPlayerUpdate(i);
			if(PlayerInfo[i][pJob] > 0)
	  	{
	  	  if(PlayerInfo[i][pContractTime] < 25)
	  	  {
					PlayerInfo[i][pContractTime] ++;
				}
	  	}
		}
	}
}
but no effect, is same
Reply


Messages In This Thread
OnPlayerDisconnect Problem - by Laura - 30.12.2009, 22:34
Re: OnPlayerDisconnect Problem - by Calon - 30.12.2009, 22:36
Re: OnPlayerDisconnect Problem - by Laura - 30.12.2009, 22:40
Re: OnPlayerDisconnect Problem - by Calon - 30.12.2009, 22:42
Re: OnPlayerDisconnect Problem - by Laura - 30.12.2009, 22:47
Re: OnPlayerDisconnect Problem - by Calon - 30.12.2009, 22:51
Re: OnPlayerDisconnect Problem - by Laura - 30.12.2009, 23:37

Forum Jump:


Users browsing this thread: 4 Guest(s)