How to make a certain skin restricted
#1

i would like to reserve a certain skin that when select your skin you have to have something to be able to use, such as admins only plz help if you can!
Reply
#2

https://sampwiki.blast.hk/wiki/How_to_pa..._protect_skins

Here you go!
I think this is better way.. Or you can check user name..
Reply
#3

It's easy using a variable.
Check the wiki page Here.
Reply
#4

pawn Код:
#define ADMIN_SKIN 0

public OnPlayerRequestSpawn(playerid)
{
if(GetPlayerSkin(playerid) == ADMIN_SKIN && !IsPlayerAdmin(playerid)) return 0;
return 1;
}
Reply
#5

Why you guys are here can anyone help me set up like a "Main Page" on my SMF forum www.000webhost.com is where i bought i have the premium acc whatever www.billionaregaming.net so plz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)