11.10.2012, 06:24
Код:
if(player_zone_before == -1) GameTextForPlayer(i,zones[j][zone_name],1500,4);
But the next problem then, will be that the text is showing in the middle of your screen, and not at the buttom, right? (take alook here: https://sampwiki.blast.hk/wiki/GameTextStyle#Text_Styles )
So, you will have to use TexDrawCreate and a timer to automaticly remove it after f.ex 5 secs.
I hope you understood, if not, i am always able to help via Pm's.
~Airplanesimen