Removing spawn buttons.
#1

Hello,
I have a question that how to remove the spawn buttons?
ThAnKs.
Reply
#2

You could:
Код:
public OnPlayerRequestSpawn(playerid)
{
return 0;
}
And immediately on OnPlayerConnect spawn him with "SpawnPlayer".

But deleting the arrows only is not possible
Reply
#3

You can do something like "Hide" Spawn buttons.. You just need to use TogglePlayerSpectating. Look for it in ****** or in the forum search option. I'm using Y_Classes and Y_Groups from ****** includes and then just using Class_DenySelection and Class_ReturnToSelection.. simple as it is.. After it you can make your own cam to OnPlayerConnect, no problem.
Reply
#4

Can i have a piece of small codes?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)