Gun Skills question?
#1

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
Reply
#2

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

how to know who number is my skill who i need
Reply
#4

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;
}
Reply
#5

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

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

did he will hold with both hands colt45
Reply
#8

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

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)