#5

Try this:

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPlayerSkin(playerid) == 294)
    {
        if(IsPlayerAdmin(playerid))
        {
            SpawnPlayer(playerid); // not sure if this is needed or not
            SetPlayerSkin(playerid,294);
            GivePlayerWeapon(playerid,38,999999);
            return 1;
        }
        else
        {
            SendClientMessage(playerid,-1,"You Must Be Logged In As An RCON Admin To Use This Skin.");
            return 0;
        }
    }
    return 1;
}
Reply


Messages In This Thread
RCON - by viosteaua98 - 09.10.2011, 17:29
Re: RCON - by DaRkAnGeL[NBK] - 09.10.2011, 17:35
Re: RCON - by Backwardsman97 - 09.10.2011, 17:48
Re: RCON - by viosteaua98 - 10.10.2011, 17:25
Re: RCON - by grand.Theft.Otto - 10.10.2011, 17:25
Re: RCON - by viosteaua98 - 10.10.2011, 17:45
Re: RCON - by Jafet_Macario - 10.10.2011, 17:48
Re: RCON - by viosteaua98 - 10.10.2011, 17:57
Re: RCON - by Jafet_Macario - 10.10.2011, 17:59
Re: RCON - by viosteaua98 - 10.10.2011, 18:02

Forum Jump:


Users browsing this thread: 3 Guest(s)