one question - 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: one question (
/showthread.php?tid=383940)
one question -
mineralo - 09.10.2012
exist a function which returns the town name? like
Tom is now in LS
Re: one question - --- - 09.10.2012
a_zones.inc
https://subversion.assembla.com/svn/...y)/a_zones.inc
//native GetPlayer2DZone(playerid, zone[], len);
//native GetPlayer3DZone(playerid, zone[], len);
//native IsPlayerInZone(playerid, zone[]);
Re: one question -
mineralo - 09.10.2012
I don't need zones, I mean the town name to get ( Los Santos, Las Ventures, San Fiero )
Re: one question -
Jack.7331 - 09.10.2012
Use a_zones for that, because I don't think you can return a city name.