Gangzones bugged!! [+Rep]for help
#1

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;
}
Reply
#2

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
Reply
#3

The areas are small, Just Area 51, that type of size
Reply
#4

Oops my bad, I linked the post instead of the topic, here you go:
https://sampforum.blast.hk/showthread.php?pid=1878038#pid1878038
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)