16.08.2012, 01:58
i want to disable or hide the SPAWN button so the player is able to show\click it only after he login\register to the server
I tried
but when i do this
The player dc from the server cuz there is no spawned player
Conclusion of my question : i want to hide the spawning buttons for a while the show it again on a command
I tried
pawn Код:
TogglePlayerSpectating(playerid, 1);
pawn Код:
TogglePlayerSpectating(playerid, 0);
Conclusion of my question : i want to hide the spawning buttons for a while the show it again on a command