SA-MP Forums Archive
Zone System - 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: Zone System (/showthread.php?tid=660577)



Zone System - PaulCrouseVS - 06.11.2018

Good day / afternoon / night ... I come to place an order, I do not know if I'm in the correct xd section, but I want a system to create Safe Zones (EYE: Not conquerable) Safe areas, since any user can use weapons in Areas such as: Hospitals, City Hall Etc.


Re: Zone System - v1k1nG - 07.11.2018

You can create transparent gangzones and when player is in a specific gangzone
Code:
ResetPlayerWeapons(playerid);
or
Code:
SetPlayerArmedWeapon(playerid, 0);



Re: Zone System - FedeA - 07.11.2018

If you are using Incognito`s Streamer plugin, you can use dynamic areas.

https://github.com/samp-incognito/sa...atives-(Areas)

And when the player is in the area, use ResetPlayerWeapons.