Admin skin help
#1

Ok. I need some help. Is there a way to make it so only admins can have a certian skin?

Any help is appreciated.
Reply
#2

do you want it on a command?

You could run a timer on it to check if a player IsPlayerAdmin and SetPlayerSkin(playerid, skinid)

then again what sort of admin, scripted or rcon?
Reply
#3

OnPlayerRequestClass

if(classid == classidofadminskin)
{
if(IsPlayerAdmin(playerid))
{
WHATEVER HERE
}
else
{
SendClientMessage(You are not admin..
}
}


That should work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)