08.08.2010, 01:26
Quote:
|
^^ Aztec, it doesnt really matter. also Rodney, how would i make it work for each rank 0.o
|

pawn Code:
public OnPlayerRequestSpawn(playerid)
{
new classid=GetPlayerSkin(playerid);
switch(classid)
{
case SKINID:
if(Faction[playerid] != 6 && Rank[playerid] != 1) //If their Faction isn't ID 6, and their rank is not 1, it will not work.
{
return 0;
}
}
}


