11.03.2010, 11:34
Should i make a tutorial on this?
11.03.2010, 12:05
hey Torran how u got this skin id?
11.03.2010, 12:12
The admin skin is a skin mod replacing claude,
11.03.2010, 12:13
Wouldn't it be better to just return false in the request callback so thier request is denied ?
11.03.2010, 12:21
Eh suppose, I just like killing people :P
11.03.2010, 12:24
i think it would be good toturial . Good Luck with it !
11.03.2010, 13:55
Ok so thats 1,a
Anyone else think i should make a tutorial?
I could also make password protected
Anyone else think i should make a tutorial?
I could also make password protected
11.03.2010, 14:07
pawn Код:
public OnPlayerSpawn(playerid)
{
if(GetPlayerSkin(playerid) == ADMIN_SKIN_ID)
{
if(!IsPlayerAdmin(playerid))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
return 1;
}
}
}
11.03.2010, 14:13
Im not doing it that way
Anyone think i should make a tutorial showing how to password protect a skin before they spawn
Anyone think i should make a tutorial showing how to password protect a skin before they spawn
11.03.2010, 14:45
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 |
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)