How to Change walk Style or CJ Run?
#1

How to Change walk Style or CJ Run?
Reply
#2

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

Sorry i'm not good scripter, What to do what that? Just place it in pawno(gm)?
Reply
#4

You look for OnGameModeInit() and you place that under the {.
Reply
#5

Just that? i mean do i have to add anything?
Reply
#6

You need to add UsePlayerPedAnims(); under the { of OnGameModeInit()
Reply
#7

Have two errors, after complicted
Quote:

error 010: invalid function or declaration
error 055: start of function body without function header

Reply
#8

I can't do anything more to help you, check this post https://sampforum.blast.hk/showthread.php?tid=92

Get some knowledge about what you are doing before trying to do it.
Reply
#9

Try like this:

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

Quote:
Originally Posted by GwENiko
Посмотреть сообщение
Try like this:

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

error 010: invalid function or declaration
error 021: symbol already defined: "SetGameModeText"
error 055: start of function body without function header

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)