10.08.2017, 18:45
PHP Code:
enum CINFO
{
pClan
};
new ClanInfo[MAX_PLAYERS][CINFO];
PHP Code:
if(ClanInfo[playerid][pClan] >= 1) // In this case the clan they need to be in is 1
ClanInfo[playerid][pClan] = 1 ;
ClanInfo[playerid][pClan] = 0 ;