18.07.2012, 06:47
So i have ran into a problem relating to things like MAX_TEAMS and MAX_GROUPS when it comes to creating a croup.
So at the top of my script i have
Now this is where i have the problems.
Then from there on, I am clueless. Any assistance?
So at the top of my script i have
Код:
#define MAX_GROUP 25
Код:
new gColor[MAX_GROUP]
Код:
new gName[MAX_GROUP]
Код:
CMD:createclan(playerid,params[]) { if(pInfo[playerid][pAdmin] >= 3) { new ID,Name[128],string[128],aname[32]; if(sscanf(params, "s[128]",Name)) return SendClientMessage(playerid, COLOR_WHITE,"/creategroup [Clane Name]");