SA-MP Forums Archive
Gangzone 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: Gangzone help (/showthread.php?tid=338020)



Gangzone help - Plastic - 28.04.2012

Hey guys i was wondering if you can help me with something.

In my script i have capturable gangzones and when i reconnect the capturable gangzones wont re-appear.

Do i need to add something in OnPlayerConnect?


Re: Gangzone help - ViniBorn - 28.04.2012

You added GangZoneShowForPlayer ?


Re: Gangzone help - Plastic - 28.04.2012

Yes in OnPlayerSpawn but i only have the default gangzones there for the bases
pawn Код:
GangZoneShowForPlayer(playerid, USA, 0x0000FF96);
        GangZoneShowForPlayer(playerid, GERMANY, 0xFF000096);
        GangZoneShowForPlayer(playerid, Town1, 0xFFFFFF96);
        GangZoneShowForPlayer(playerid, Town2, COLOR_ORANGE);