SA-MP Forums Archive
what gametext is this? - 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)
+--- Thread: what gametext is this? (/showthread.php?tid=617773)



what gametext is this? - Bondz - 26.09.2016



is this a textdraw or what?
can someone give me the code of this?


Re: what gametext is this? - DwayneMichael - 26.09.2016

No it's not a textdraw, Read about Gametext here if you haven't.


Re: what gametext is this? - Bondz - 26.09.2016

I don't found them,the screenshoots of the gametext is on the bottom,not bottom right


Re: what gametext is this? - Dayrion - 26.09.2016

This is a textdraw, check also TextdrawFont to find it.


Re: what gametext is this? - Bondz - 26.09.2016

can i do this?
Код HTML:
public OnPlayerDeath(playerid, killerid, reason)
{
    GameTextForPlayer(playerid, "~n~~n~~n~~n~Wasted", 5000, 2);
    return 1;
}



Re: what gametext is this? - Luis- - 26.09.2016

Why not try it and see instead of asking questions like that. It's your script, do whatever you want with it.