SA-MP Forums Archive
Gun Skills question? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gun Skills question? (/showthread.php?tid=606081)



Gun Skills question? - Bulgaria - 29.04.2016

Hello i want to ask how to make in samp Colt Gun all players use with both hands like in Single player
and Tec9 and uzi with 1 hand to (not 2 guns) thx in advance


Re: Gun Skills question? - Lordzy - 29.04.2016

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


Re: Gun Skills question? - Bulgaria - 29.04.2016

how to know who number is my skill who i need


Re: Gun Skills question? - Lordzy - 29.04.2016

Quote:
Originally Posted by Bulgaria
Посмотреть сообщение
how to know who number is my skill who i need
I'm unsure about what you've said but if you're looking for everyone to have dual colt 45, this is all you need :
pawn Код:
public OnPlayerSpawn(playerid) {

    SetPlayerSkillLevel(playerid, 0, 999);
    return 1;
}



Re: Gun Skills question? - Bulgaria - 29.04.2016

i want everyone to hold colt45 with 2 hands like a cop


Re: Gun Skills question? - Micko123 - 29.04.2016

Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerSkillLevel(playerid, WEAPONSKILL_WEAPON_COLT45, 999);
    return 1;
}
This will be for every spawned player on server


Re: Gun Skills question? - Bulgaria - 29.04.2016

did he will hold with both hands colt45


Re: Gun Skills question? - Micko123 - 29.04.2016

That is max skill. Probably he will . If not just send msg here and we will help


Re: Gun Skills question? - Lordzy - 29.04.2016

No, I don't think that's possible currently. You can use two hands to hold desert eagle and silenced pistol.


Re: Gun Skills question? - Ritzy2K - 29.04.2016

Quote:
Originally Posted by Lordzy
Посмотреть сообщение
No, I don't think that's possible currently. You can use two hands to hold desert eagle and silenced pistol.
I think he meant will he be holding colt, in each hand. one colt, Yes, he will be holding.