SA-MP Forums Archive
Wasted - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Wasted (/showthread.php?tid=130154)



Wasted - cozza123456 - 25.02.2010

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


Re: Wasted - cozza123456 - 25.02.2010

Got it now, search suddenly started working.


Re: Wasted - LuxurioN™ - 25.02.2010

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

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




Re: Wasted - cozza123456 - 25.02.2010

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


Re: Wasted - Joe Staff - 25.02.2010

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