SA-MP Forums Archive
Ped style - 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: Ped style (/showthread.php?tid=81351)



Ped style - L30 - 10.06.2009

Ok well I want to change how the peds hold guns, now they hold M4's and stuff with one hand, but I want them to hold it with to, can someone tell me what I have to change?


Re: Ped style - Abernethy - 10.06.2009

I think it's.

pawn Код:
// OnGameModeInit
UsePlayerPedAnims(1);



Re: Ped style - L30 - 10.06.2009

Quote:
Originally Posted by Abernethy
I think it's.

pawn Код:
// OnGameModeInit
UsePlayerPedAnims(1);
nope


Re: Ped style - Abernethy - 10.06.2009

Quote:
Originally Posted by L30
Quote:
Originally Posted by Abernethy
I think it's.

pawn Код:
// OnGameModeInit
UsePlayerPedAnims(1);
nope
pawn Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    SetGameModeText("Blank Script");
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
   
    UsePlayerPedAnims();
    return 1;
}




Re: Ped style - Abernethy - 10.06.2009

Using CJ's anim(s) he is able to hold the gun in 2 hands.

I really doubt he is able to code in animations at his ability. He may be able to, I just thought he would prefer using 1 line which I find much simpler.