Bug with actors
#1

How to fix this bug (actor is moving, but don't go):

[ame="http://www.youtube.com/watch?v=LfOOmd-rJ6g"]video[/ame]

PHP код:
new animAndSpeed[2][animData] = {
        {
"WALK_civi",1.5357},
        {
"RUN_civi",3.7}
};
public 
CreateActor(playeridanimation)
{
  new 
actorid;
  new 
Float:xFloat:yFloat:z;
  
GetPlayerPos(playeridxyz);
  
actorid CreateActor(189x+1y+1z0);
  
ApplyActorAnimation(actorid"ped"animAndSpeed[0][animation], 4.111100);

Reply


Messages In This Thread
Bug with actors - by Bombo - 15.12.2015, 10:18
Re: Bug with actors - by IstuntmanI - 15.12.2015, 11:53
Re: Bug with actors - by Bombo - 15.12.2015, 13:15
Re: Bug with actors - by IllidanS4 - 15.12.2015, 13:32
Re: Bug with actors - by Bombo - 15.12.2015, 14:31
Re: Bug with actors - by IstuntmanI - 15.12.2015, 14:36
Re: Bug with actors - by cdoubleoper - 16.12.2015, 04:24
Respuesta: Bug with actors - by Whyd - 29.12.2015, 11:06
Re: Respuesta: Bug with actors - by Darkwood17 - 29.12.2015, 19:44

Forum Jump:


Users browsing this thread: 2 Guest(s)