SA-MP Forums Archive
Should i make a tutorial on this? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Should i make a tutorial on this? (/showthread.php?tid=133179)



Should i make a tutorial on this? - Torran - 11.03.2010

Admin Skins - SAMP

Should i?

EDIT: Let it process xd Only just uploaded it


Re: Should i make a tutorial on this? - aircombat - 11.03.2010

hey Torran how u got this skin id?


Re: Should i make a tutorial on this? - Torran - 11.03.2010

The admin skin is a skin mod replacing claude,


Re: Should i make a tutorial on this? - Donny_k - 11.03.2010

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


Re: Should i make a tutorial on this? - Torran - 11.03.2010

Eh suppose, I just like killing people :P


Re: Should i make a tutorial on this? - Peep - 11.03.2010

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


Re: Should i make a tutorial on this? - Torran - 11.03.2010

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


Re: Should i make a tutorial on this? - Desert - 11.03.2010

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


Re: Should i make a tutorial on this? - Torran - 11.03.2010

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


Re: Should i make a tutorial on this? - Fj0rtizFredde - 11.03.2010

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