SA-MP Forums Archive
Gang zone + textdraw - 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: Gang zone + textdraw (/showthread.php?tid=223022)



Gang zone + textdraw - Jimbo01 - 08.02.2011

I made a textdraw for a gang but i want if he/she is in that zone there should come/stay a textdraw with the name of it ? how can i do that ?

I have 3 coords:
1830.383178, -1357.165649, 2076.383300, -1129.165649


Re: Gang zone + textdraw - Stigg - 08.02.2011

When player in zone TextDrawShowForPlayer(playerid,yourtext);
When player is not in zone TextDrawHdeForPlayer(playerid,yourtext);

Peace...