Ped style
#1

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

I think it's.

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

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

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

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;
}

Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)