Wasted
#1

Is it possible that when a player dies, Wasted appears on his screen, like single player?
Reply
#2

Got it now, search suddenly started working.
Reply
#3

Yeah, use "GameTextForPlayer", or use "TextDraws"!

GameTextForPlayer exemple:
pawn Code:
public OnPlayerDeath(playerid, killerid)
{
  GameTextForPlayer(playerid, "WASTED!", 5000, 5);
  return 1;
}

Reply
#4

Thanks, but whats the ACTUAL font used in single player, is it 5?
Reply
#5

It's 2. The text that stays until a player spawns.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)