Remove melee weapons?
#4

Are you sure?

pawn Код:
// ** INCLUDES

#include <a_samp>
#include <zcmd>

// ** MAIN

main()
{
    print("Loaded \"blank.amx\".");
}

// ** CALLBACKS

public OnGameModeInit()
{
    return 1;
}

public OnGameModeExit()
{
    return 1;
}

// ** COMMANDS

CMD:melee(playerid)
{
    GivePlayerWeapon(playerid, WEAPON_KATANA, 1);
    return 1;
}

CMD:remove(playerid)
{
    ResetPlayerWeapons(playerid);
    return 1;
}
http://imgur.com/a/yO9oI
Reply


Messages In This Thread
Remove melee weapons? - by RomanianProjectCommunity - 06.09.2016, 22:05
Re: Remove melee weapons? - by SickAttack - 06.09.2016, 22:08
Re: Remove melee weapons? - by RomanianProjectCommunity - 06.09.2016, 23:02
Re: Remove melee weapons? - by SickAttack - 06.09.2016, 23:10
Re: Remove melee weapons? - by RomanianProjectCommunity - 06.09.2016, 23:19
Re: Remove melee weapons? - by RomanianProjectCommunity - 06.09.2016, 23:21
Re: Remove melee weapons? - by SickAttack - 06.09.2016, 23:23
Re: Remove melee weapons? - by RomanianProjectCommunity - 06.09.2016, 23:26
Re: Remove melee weapons? - by SickAttack - 06.09.2016, 23:39
Re: Remove melee weapons? - by RomanianProjectCommunity - 06.09.2016, 23:43

Forum Jump:


Users browsing this thread: 1 Guest(s)