SA-MP Forums Archive
Help Please - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Please (/showthread.php?tid=204654)



Help Please - Ironboy - 30.12.2010

I am using Grand Larceny.In that i can keep weapons only in one hand like sawn off shotgun ,uzi, tec9 etc. i want to change it to the 2 hands.How i can change it? anyone please help me.
here it is the picture below.




Re: Help Please - Retardedwolf - 30.12.2010

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

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1000);
    //This will make them use dual-handed sawnoff shotguns.
    return 1;
}



Re: Help Please - Ironboy - 30.12.2010

lol i done it thank you bro