GangZones BUG
#1

I want to add some gang zones for my turf system, but... i don't know where am I wrong

pawn Код:
new GANG;//out of functions
//... code bla bla bla
public OnGameModeInit()
{
   //....
    GANG = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
    return 1;
}
//....
CMD:showgang(playerid,params[])
{
    GangZoneShowForPlayer(playerid,GANG,0xFFFF0096);    
return 1;
}
So where it's the mistake ?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=276352


try this link :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)