01.03.2009, 15:57
You can use GameText:
Or You use a TextDraw:
If you want to use a TextDraw you just search for "TextDraw Editor" and download it and try a little bit
pawn Код:
new string[256];
format(string, sizeof(string), "HERE YOUR TEXT");
GameTextForPlayer(playerid, string, TIME(3000 = 3 seconds ;-)), STYLE(1-6));
pawn Код:
TextDrawCreate.....