30.12.2010, 13:39
vinewood nao tem onplayerupdate ^^ ai postei a saveaccounts =D se puder ajudar flw..
Aqui esta a public OnPlayerSave nao sei se isso tambem tem algo haver >>> http://pastebin.com/6Z2bCWif
pawn Код:
public SaveAccounts()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
OnPlayerSave(i);
if(PlayerInfo[i][pJob] > 0)
{
if(PlayerInfo[i][pContractTime] < 25)
{
PlayerInfo[i][pContractTime] ++;
}
}
}
}
}