[HELP 3] ForcePlayerTo team slection when new map starts. - 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)
+--- Thread: [HELP 3] ForcePlayerTo team slection when new map starts. (
/showthread.php?tid=658068)
[HELP 3] ForcePlayerTo team slection when new map starts. -
ZigGamerx - 22.08.2018
guys i using this map system
https://sampforum.blast.hk/showthread.php?tid=269336
and i want it to force players to class slection when new map start! please help me out
Re: [HELP 3] ForcePlayerTo team slection when new map starts. -
Leaky - 22.08.2018
To force players to class selection you must use this function:
PHP код:
ForceClassSelection(playerid);
Now what you have to do is review your script and place it where needed, I would suggest under the StartedNewRound function
Re: [HELP 3] ForcePlayerTo team slection when new map starts. -
ZigGamerx - 22.08.2018
lets see if its work , thanks in advance