Gangzones bugged!! [+Rep]for help - 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: Gangzones bugged!! [+Rep]for help (
/showthread.php?tid=574335)
Gangzones bugged!! [+Rep]for help -
kesarthakur - 16.05.2015
This is the actual gangzone:
but when i move my mouse randomly i am getting this:
Don't know why it is happening but please help me
Код:
new ARMYzone;
new REVOLUTIONARIESzone;
new TERRORISTSzone;
public OnGameModeInit()
{
REVOLUTIONARIESzone = GangZoneCreate(-385.3699, 2615.844, -140.1345, 2791.012);
TERRORISTSzone = GangZoneCreate(-509.377, 2305.418, -283.194, 2120.326);
ARMYzone = GangZoneCreate(322.701, 1792.912, -55.224, 1955.255);
return 1;
}
public OnPlayerConnect(playerid, reason)
{
GangZoneShowForAll(ARMYzone,0x80FFFFD3);
GangZoneShowForAll(REVOLUTIONARIESzone,0x80FF00DB);
GangZoneShowForAll(TERRORISTSzone,0xFF0000E4);
return 1;
}
Re: Gangzones bugged!! [+Rep]for help -
Jimmy0wns - 16.05.2015
Make the gangzone smaller because as far as I know, they may not be very big.
Source:
https://sampforum.blast.hk/showthread.php?pid=1878038#pid1878038
Re: Gangzones bugged!! [+Rep]for help -
kesarthakur - 16.05.2015
The areas are small, Just Area 51, that type of size
Re: Gangzones bugged!! [+Rep]for help -
Jimmy0wns - 16.05.2015
Oops my bad, I linked the post instead of the topic, here you go:
https://sampforum.blast.hk/showthread.php?pid=1878038#pid1878038