05.09.2011, 15:15
hello
I have one Ask to you
How can i set Normal Slow Walking to Player if he command /modeling?
I have one Ask to you

How can i set Normal Slow Walking to Player if he command /modeling?

if (strcmp("/modeling", cmdtext, true) == 0)
{
ApplyAnimation(playerid,"PED","WALK_civi",4.1,1,1,1,1,1);
return 1;
}
CMD:modeling(playerid, params[])
{
ApplyAnimation(playerid,"PED","WALK_civi",4.1,1,1,1,1,1);
return 1;
}
only if i can walk with this animation
?
heh
how can i *DRIVE* that
D
a,d,s..