Admin Skin
#1

Heya i need help.
hmm i got
pawn Код:
if(GetPlayerSkin(playerid) == 23 && !IsPlayerAdmin(playerid))
  {
    //Bla Bla
    return 0;
  }
well i dunno where i have to put it can anyones tell me where i have to put it?
sorry for my bad english, help me thnx in advance.
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
  if(GetPlayerSkin(playerid) == 23 && !IsPlayerAdmin(playerid))
  {
    //Bla Bla
    return 0;
  }
  return 1;
}
Reply
#3

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPlayerSkin(playerid) == 23 && !IsPlayerAdmin(playerid))
    {
        //Bla Bla
        return 0;
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)