MAX_TEAMS, MAX_GROUPS Ect..
#1

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

Код:
#define MAX_GROUP 25
Код:
new gColor[MAX_GROUP]
Код:
new gName[MAX_GROUP]
Now this is where i have the problems.

Код:
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]");
Then from there on, I am clueless. Any assistance?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)