17.08.2009, 16:17
Quote:
Originally Posted by Yanzl
Why doesn't this work?
pawn Код:
I'm level 5 admin and it doesn't let mee choose it. |
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(pClass[playerid] == yanzl && (PlayerInfo[playerid][pAdminLevel] >= 1 || IsPlayerAdmin(playerid)))
{
return 1;
}
else
{
SendClientMessage(playerid,COLOR_RED,"This skin only for admins!");
return 0;
}
return 1;
}