How remove "Spawn" button from United Gaming RP?
#1

Please help how to remove these bar

who can "disable" the spawn button ? please.. or saying how to remove


Gamemode:
Reply
#2

Either spawn them (SpawnPlayer) or put them in to spectating mode (TogglePlayerSpectating).
Reply
#3

I found it : LINK
Reply
#4

Create your own custom spawn system. Under 'OnPlayerRequestClass', use 'SpawnPlayer' function and spawn the player. Then in case if you need a class selection without the SA-MP's default spawn button, you could create your own using camera coord settings, textdraws, etc.
EDIT: Late.
Reply
#5

Spawn them at SpawnPlayer.
Reply
#6

help
Reply
#7

You have been given the solution, three freaking times. If you can't add a simple line of code, don't own a server.
Reply
#8

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
You have been given the solution, three freaking times. If you can't add a simple line of code, don't own a server.

Exactly. It is really boring to see servers which changes just the name, compiles and runs the server. And claiming like they own the gamemode..
Reply
#9

Under OnPlayerConnect add..

pawn Код:
TogglePlayerSpectating(playerid, 1);
Then find where the dialog ends after the password is entered then type

pawn Код:
TogglePlayerSpectating(playerid, 0);
SpawnPlayer(playerid);

You were told loads of time, but if you can't follow this, please don't run a server.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)