30.03.2016, 15:02
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.
Sorry for my bad English
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(playerid, killerid, reason)
{
ForceClassSelection(playerid);
SendClientMessage(playerid, 0xFF0000AA, "You Death");
return 1;
}