13.02.2010, 11:46
I am wondering how i can put This skin is Only for Admin by using lAdmin? Any idear?
if(PlayerInfo[playerid][Level]>=1) SetPlayerSkin(playerid, 125); //Just change the 125
Originally Posted by DJ Danni
How do i know what skin is Witch? Liek Cops and that? And do i put it in the lAdmin.pawn?
|
public OnPlayerSpawn(playerid)
if(PlayerInfo[playerid][Level]>=5) SetPlayerSkin(playerid, 287); //Just change the 125
{
if(ServerInfo[Locked] == 1 && PlayerInfo[playerid][AllowedIn] == false)
{
GameTextForPlayer(playerid,"~r~Server Locked~n~You must enter password before spawning~n~/password <password>",4000,3);
SetTimerEx("DelayKillPlayer", 2500,0,"d",playerid);
return 1;
}
if(PlayerInfo[playerid][Level] >= 5) { SetPlayerSkin(playerid, 287); }