08.07.2018, 16:35
Thanks for the advice bro.. I will check that out
Yes you are right that's the format
Thank you very very much finally u gave me the example code that I was looking for...
Quote:
|
well center thing is cue object ors what is zoomed in and color is changed to black.
up and down box is just simple black textdraw |
Quote:
|
Код:
new kname[24], deathmsg[69]; GetPlayerName(killerid, kname, 24); format(deathmsg, sizeof(deathmsg), "%s KILLED %s"); TextDrawShowForPlayer(playerid, YOUR TEXTDRAW NAME HERE, deathmsg); EDIT: under OnPlayerDeath |


