How set normal walking?
#1

hello
I have one Ask to you
How can i set Normal Slow Walking to Player if he command /modeling?
Reply
#2

Quote:
Originally Posted by Bartando
Посмотреть сообщение
hello
I have one Ask to you
How can i set Normal Slow Walking to Player if he command /modeling?
You mean applying animation?
Reply
#3

emm i think i cant walk at animation
right?
Reply
#4

Quote:
Originally Posted by Bartando
Посмотреть сообщение
emm i think i cant walk at animation
right?
You can press W + Alt key to walk, if you want to do it with a command, you will have to apply an animation.
Reply
#5

Код:
if (strcmp("/modeling", cmdtext, true) == 0)
{
    ApplyAnimation(playerid,"PED","WALK_civi",4.1,1,1,1,1,1);
    return 1;
}
or

Код:
CMD:modeling(playerid, params[])
{
    ApplyAnimation(playerid,"PED","WALK_civi",4.1,1,1,1,1,1);
    return 1;
}
Mean this?
Reply
#6

jes only if i can walk with this animation ?
Reply
#7

Type that and it will walk automaticly for you...
You just need to steer
Reply
#8

heh how can i *DRIVE* that D
Reply
#9

a,d,s..
Post hunting?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)