Spawn Bug?
#1

I have this error that evry time someone connect to my server they freeze when they spawnk, i dont know why tough, i think it can be because of that i removed random spawns but im not sure...
Reply
#2

Mhm.. I don't know your script but this could help:

under samp include:

Код:
forward pUnfreeze(playerid);
Under OnPlayerSpawn:

Код:
SetTimerEx("pUnfreeze", 5000, false, "i", playerid);
Somewhere in the script ( Not in a callback )

Код:
public pUnfreeze(playerid)
{
TogglePlayerControllable(playerid, true);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)