GangZoneCreate error or something....
#1

i made 3 gang zones...2 are working correctly and 1 is not..

Код:
new gangzoneone;
new gangzonetwo;
new gangzonethree;

under public OnGameModeInit()
gangzones...
PHP код:
    gangzoneoneGangZoneCreate(69.0464, -2975.52493030.7229, -421.0719);
    
gangzonetwoGangZoneCreate(-3129.2268, -1278.4356, -629.38461275.7016);
    
gangzonethreeGangZoneCreate(-3129.2268, -1278.4356, -629.38461275.7016); 
OnPlayerUPdate
PHP код:
 if(IsPlayerInGangZone(playeridgangzonethree))
    {
SendClientMessage(playeridCOLOR_RED"WARNING: {FFFFFF}You have entered gangzone 3."); 
other two has same code and it send client message that u are in gangzone 2 or 1 but it doesn't send message for 3rd.

I'm using InterActive GangZones: https://sampforum.blast.hk/showthread.php?tid=556670
and simple a_zone includes.....

Any Help?
Reply


Messages In This Thread
GangZoneCreate error or something.... - by Alpha000 - 23.04.2016, 12:41
Re: GangZoneCreate error or something.... - by Alpha000 - 23.04.2016, 19:41
Re: GangZoneCreate error or something.... - by povargek - 23.04.2016, 19:55
Re: GangZoneCreate error or something.... - by Gammix - 23.04.2016, 21:46
Re: GangZoneCreate error or something.... - by Alpha000 - 24.04.2016, 09:27

Forum Jump:


Users browsing this thread: 1 Guest(s)