09.04.2012, 04:15
Not really an good idea gets called every tick of a second,
i rather do,
i rather do,
pawn Код:
forward OnPlayerUpdateEx(playerid);
SetTimer("OnPlayerUpdateEx",2500,1); // OnGameModeInit
public OnPlayerUpdateEx(playerid)
{
// your stuff onplayerupdate here
return 1;
}


