Should i make a tutorial on this?
#1

Admin Skins - SAMP

Should i?

EDIT: Let it process xd Only just uploaded it
Reply
#2

hey Torran how u got this skin id?
Reply
#3

The admin skin is a skin mod replacing claude,
Reply
#4

Wouldn't it be better to just return false in the request callback so thier request is denied ?
Reply
#5

Eh suppose, I just like killing people :P
Reply
#6

i think it would be good toturial . Good Luck with it !
Reply
#7

Ok so thats 1,a
Anyone else think i should make a tutorial?
I could also make password protected
Reply
#8

pawn Код:
public OnPlayerSpawn(playerid)
{
if(GetPlayerSkin(playerid) == ADMIN_SKIN_ID)
{
if(!IsPlayerAdmin(playerid))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
return 1;
}
}
}
Jobs done?
Reply
#9

Im not doing it that way
Anyone think i should make a tutorial showing how to password protect a skin before they spawn
Reply
#10

Quote:
Originally Posted by Joe Torran C
Im not doing it that way
Anyone think i should make a tutorial showing how to password protect a skin before they spawn
There is already that on the wiki :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)