25.08.2012, 20:12
Is it stable to use the settimerex at onplayerconnect or will the server be laggy?
pawn Код:
public OnPlayerConnect(playerid)
{
SetTimerEx("OneSecondPlayerTimer",1000,true,"d",playerid);
return 1;
}