UsePlayerPedAnims
#1

why is it when i try coompile this

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

it crashes

.. wont let me add ?

i want them to walk like cj
Reply
#2

Where did you put it? It needs to go under OnGameModeInit

pawn Код:
public OnGameModeInit()
{
    // code
    UsePlayerPedAnims();
    // more code
    return 1;
}
Reply
#3

pawn Код:
public OnGameModeInit()
{
     //Your code here//
     UsePlayerPedAnims();
     //Place more code here//
     return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)