SuperHuman Code
#4

with a little math you can use velocity for direction heres an example;

pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
 GetPlayerVelocity(playerid,xh,yh,zh);
 SetPlayerVelocity(playerid,xh*1.2,yh*1.2,zh*1.2);
}
Reply


Messages In This Thread
SuperHuman Code - by pimentgabriel - 24.05.2013, 05:27
Re: SuperHuman Code - by AIped - 24.05.2013, 08:11
Re: SuperHuman Code - by pimentgabriel - 24.05.2013, 17:37
Re: SuperHuman Code - by AIped - 26.05.2013, 19:32

Forum Jump:


Users browsing this thread: 1 Guest(s)