Posts: 1,648
Threads: 482
Joined: Jun 2010
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT && SpeedSet[playerid] == 1)
{
new Float: Xs, Float: Ys, Float: Zs;
GetPlayerVelocity(playerid, Xs, Ys, Zs);
SetPlayerVelocity(playerid, Xs*1.2, Ys*1.2, Zs);
}
This is what I have so far, It doesn't seem to work that well. I'm not sure if there's a better way or I've done this wrong.
Any help would be kind.
Posts: 110
Threads: 17
Joined: Mar 2016
Where did you add these functions?
Posts: 1,648
Threads: 482
Joined: Jun 2010
Posts: 1,648
Threads: 482
Joined: Jun 2010