A Problem... - 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: A Problem... (
/showthread.php?tid=153490)
A Problem... -
matthewdriftking - 09.06.2010
Hey everyone,
Sorry For my bad english so hope that you understand.
Ok, Sometimes on my server some players froze on the spawn point and when i do /freeze ID and /unfreeze ID the player can move.
Is there any problems that i can fix?
Re: A Problem... -
Ignas1337 - 09.06.2010
so bassicaly your script freezes a player when they spawn and they cannot move, so you have to unfreeze them manually?
if so then you should provide us with the code.
Re: A Problem... -
DJDhan - 09.06.2010
Put
Код:
TogglePlayerControllable(playerid,1);
Under OnPlayerSpawn.
Re: A Problem... -
matthewdriftking - 09.06.2010
Quote:
Originally Posted by DJDhan
Put
Код:
TogglePlayerControllable(playerid,1);
Under OnPlayerSpawn.
|
Ok Thanks i will try it
Re: A Problem... -
Ignas1337 - 09.06.2010
good luck