11.08.2014, 12:13
pawn Код:
if(!strcmp(DOF2_GetString(pFile(playerid),"Clan"),"Civilian")) return SetPlayerColor(playerid,GetColor(playerid));
if(strcmp(DOF2_GetString(pFile(playerid),"Clan"),"Civilian")) return SetPlayerColor(playerid, PlayerColors[random(200)]);
the players who is in clan is the first line
and the functions is working.. yes