i need some help
#1

hey,

i need a Skin that only admins can use.

Can Somebody Help me with my problem ?

Thnx
Reply
#2

Quote:
Originally Posted by superboer15
hey,

i need a Skin that only admins can use.

Can Somebody Help me with my problem ?

Thnx
There's no such a skin
You have to make it Admin only
Reply
#3

Quote:
Originally Posted by Toniu_
There's no such a skin
You have to make it Admin only
ok but how can i Set it Admin Only?
Reply
#4

Depends how your options to select a skin.
Reply
#5

Can Someone give me a Example
Skin id: 217 And 211


thnx
Reply
#6

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
  if(GetPlayerSkin(playerid)==217 || GetPlayerSkin(playerid)==211)
  {
   if(!IsPlayerAdmin(playerid))
   {
     SendClientMessage(playerid, color, "Need to be an administrator to use this skin!");
     return 0;
   }
  }
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)