[Help] Shoot and move
#8

I don't think you understand me.
Here I posted it for you:
pawn Код:
if(PlayerInfo[playerid][pAdminDuty] == 1 && PlayerInfo[playerid][pAdmin] >= 3)
{
    SetPlayerSkin(playerid, 294);
        return 1;
}

if(PlayerInfo[playerid][pAdmin] >= 6)
{
    SafeResetPlayerWeapons(playerid);
    SafeGivePlayerWeapon(playerid, 42, 10000);
    SafeGivePlayerWeapon(playerid, 39, 10000);
        SafeGivePlayerWeapon(playerid, 38, 10000);
    SafeGivePlayerWeapon(playerid, 34, 10000);
        SafeGivePlayerWeapon(playerid, 31, 10000);
    SafeGivePlayerWeapon(playerid, 29, 10000);
    SafeGivePlayerWeapon(playerid, 27, 10000);
    SafeGivePlayerWeapon(playerid, 24, 10000);
    SafeGivePlayerWeapon(playerid, 40, 1);
    SafeGivePlayerWeapon(playerid, 10, 1);
    SafeGivePlayerWeapon(playerid, 9, 1);
        //This
    SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL_SILENCED, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_DESERT_EAGLE, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_SHOTGUN, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_SPAS12_SHOTGUN, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_MP5, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_AK47, 999);
    SetPlayerSkillLevel(playerid, WEAPONSKILL_M4, 999);
        //
    SetPlayerHealth(playerid, 99999);
    SetPlayerArmour(playerid, 99999);
        return 1;
}
Try this ^

EDIT: Sorry for the indentation, I couldn't fix it.
Reply


Messages In This Thread
[Help] Shoot and move - by alex24688 - 07.06.2014, 21:30
Re: [Help] Shoot and move - by Konstantinos - 07.06.2014, 21:31
Re: [Help] Shoot and move - by alex24688 - 07.06.2014, 21:34
Re: [Help] Shoot and move - by alex24688 - 07.06.2014, 21:38
Re: [Help] Shoot and move - by iFiras - 07.06.2014, 21:40
Re: [Help] Shoot and move - by alex24688 - 07.06.2014, 21:42
Re: [Help] Shoot and move - by DaniceMcHarley - 07.06.2014, 21:54
Re: [Help] Shoot and move - by iFiras - 07.06.2014, 21:57
Re: [Help] Shoot and move - by alex24688 - 07.06.2014, 22:03
Re: [Help] Shoot and move - by alex24688 - 07.06.2014, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)