19.01.2013, 12:33
Hi guys, I've got a little problem, OnPlayerConnect isn't being called. I've never had this happen to me before. The code I was using is below.
On a blank script, it's working correctly. Any help would be appreciated, thank's in advance.
pawn Код:
public OnPlayerConnect(playerid)
{
print("OnPlayerConnect");
SetTimerEx("OnPlayerConnected",500,0,"i",playerid);
return 1;
}