16.03.2010, 00:04
OnPlayerSpawn
skincheck[playerid] = GetPlayerSkin(playerid);
IsPlayerCop(playerid)
if(skincheck[playerid] == skinid || skincheck[playerid == skinid2]) etc etc etc{
return 1;
}
else return 0;
}
some incomplete code for you to go on there. should help