17.08.2009, 19:23 
	
	
	Quote:
| 
 
					Originally Posted by Yanzl  
That worked, thanks alot. 
 | 
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(pClass[playerid] == yanzl)
{
if(PlayerInfo[playerid][pAdminLevel] >= 1 || IsPlayerAdmin(playerid)) return 1;
else
{
SendClientMessage(playerid,COLOR_RED,"This skin only for admins!");
return 0;
}
}
return 1;
}

