How set normal walking? - 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)
+--- Thread: How set normal walking? (
/showthread.php?tid=281338)
How set normal walking? -
Bartando - 05.09.2011
hello
I have one Ask to you

How can i set Normal Slow Walking to Player if he command /modeling?
Re: How set normal walking? -
=WoR=Varth - 05.09.2011
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?
Re: How set normal walking? -
Bartando - 05.09.2011
emm i think i cant walk at animation
right?
Re: How set normal walking? -
[MWR]Blood - 05.09.2011
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.
Re: How set normal walking? -
[GTA-PR]Temper - 05.09.2011
Код:
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?
Re: How set normal walking? -
Bartando - 05.09.2011
jes

only if i can walk with this animation

?
Re: How set normal walking? -
[GTA-PR]Temper - 05.09.2011
Type that and it will walk automaticly for you...
You just need to steer
Re: How set normal walking? -
Bartando - 05.09.2011

heh

how can i *DRIVE* that

D
Re: How set normal walking? -
[GTA-PR]Temper - 05.09.2011

a,d,s..
Post hunting?