SA-MP Forums Archive
MAX_GANGS - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MAX_GANGS (/showthread.php?tid=131466)



MAX_GANGS - Headshot1108 - 03.03.2010

Is MAX_GANGS the maximum amount of gangs?
When yes, how can the big server have lot of gangs?
I mean the /gangcreate thing.


Re: MAX_GANGS - dice7 - 03.03.2010

It's defined somewhere in your script


Re: MAX_GANGS - Miguel - 03.03.2010

Quote:
Originally Posted by dice7
It's defined somewhere in your script
Ctrl + F and type #define MAX_GANGS.


Re: MAX_GANGS - Headshot1108 - 03.03.2010

yes i know.
but what means that?
example: MAX_GANGS 200 it means that i only can create 200 gangs?
because my gangs saving in scriptfiles and it loads if the server starts.


Re: MAX_GANGS - Rzzr - 03.03.2010

What gamemode are you using? You have to ask this in that gamemode's topic


Re: MAX_GANGS - Headshot1108 - 03.03.2010

my own but i have the gang from a snipped.
but what it means now, MAX_GANGS?


Re: MAX_GANGS - Rzzr - 03.03.2010

How many gangs there are.


Re: MAX_GANGS - Headshot1108 - 03.03.2010

hmm i have advanced the snipped that it save, but i can only save/have 200 gangs?
How make the other servers, the server save the gangs too and their have much gangs.


Re: MAX_GANGS - introzen - 03.03.2010

Quote:
Originally Posted by Headshot1108
hmm i have advanced the snipped that it save, but i can only save/have 200 gangs?
How make the other servers, the server save the gangs too and their have much gangs.
I don't really think that someone creates over 200 gangs in 1 server...

Just define the MAX_GANGS as a higher amount then

#define MAX_GANGS 500

?


Re: MAX_GANGS - Headshot1108 - 03.03.2010

if the gangs saves if its create, than it can be in a little time a big amount.
maybe the server everyday have 50 player and everyone create a gang.
the gangs save, thats why the limit is fast gone.