SA-MP Forums Archive
Problem with spawn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with spawn (/showthread.php?tid=127501)



Problem with spawn - Mystique - 13.02.2010

Hello, I have a problem when players spawn in my server. They just get frozen but I don't. It could also sometime happen that it occurs an error that removes a player. Does anyone have an idea what this can be about?


Re: Problem with spawn - Mystique - 16.02.2010

Bump.


Re: Problem with spawn - SaW_[VrTx] - 16.02.2010

Search for TogglePlayerControllable(playerid,0); @ Public OnPlayerSpawn

Or just insert TogglePlayerControllable(playerid,1);


Re: Problem with spawn - Mystique - 16.02.2010

And the error that removes the player?