How to show spawn button
#1

Hi Everybody !

i want show Group button in Images when die.

Reply
#2

I think we can do that, but we must use text draw.

or you can use this code, but this code will set player position to spawn login player place, when the player is die.

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
     
ForceClassSelection(playerid);
     
SendClientMessage(playerid0xFF0000AA"You Death");
     return 
1;

Sorry for my bad English
Reply
#3

This button appears after the connection of a player.
You can force an apparition with the function :
PHP код:
ForceClassSelection(playerid); 
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)