30.12.2009, 23:37
i made haw you sad
but no effect, is same
Код:
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] ++;
}
}
}
}
}

