Disable two holding weapons
#1

Is it possible to disable that you are holding two weapons in the hands? also, if i have a Colt45, Shawn Off, Tec, etc. i want to make that you only have one in the hand.
Reply
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    for(new i = 0; i < 11; i++) SetPlayerSkillLevel(playerid, i, 1);
    return 1;
}
This will set all weapon skills of every player that spawns to 1, after this they can't have dual wielded weapons like 2 sawed off shotguns.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)