One weapon in your hands
#1

Where can I get a Script that the handheld can be only one weapon that can not be changed with the mouse.
Reply
#2

https://sampwiki.blast.hk/wiki/Skillweapons

edit: https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel
Reply
#3

I do not understand that to be binding.
Reply
#4

binding ??

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
    //This will make them use single-handed sawnoff shotguns.
    return 1;
}
replace the WEAPONSKILL_SAWNOFF_SHOTGUN to any other weapon you find here
Reply
#5

Which file I have to establish it to be at the same time, only one weapon in the hands?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)