17.08.2009, 18:16
then
try that way ...
was my mistake ,... did not try it before post it ...
try that way ...
was my mistake ,... did not try it before post it ...
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(pClass[playerid] == yanzl && (PlayerInfo[playerid][pAdminLevel] >= 1 || IsPlayerAdmin(playerid)))
{
return 1;
}
else if(pClass[playerid] == yanzl)
{
SendClientMessage(playerid,COLOR_RED,"This skin only for admins!");
return 0;
}
return 1;
}

