08.04.2012, 14:07
Only seems to happen if you don't move
For now you can use SetVehicleVelocity before you mark them as away/alt-tabbed
It will call OnPlayerUpdate if they are still ingame
For now you can use SetVehicleVelocity before you mark them as away/alt-tabbed
It will call OnPlayerUpdate if they are still ingame
pawn Код:
new Float:X, Float:Y, Float:Z;
new vid=GetPlayerVehicleID(playerid);
GetVehicleVelocity(vid,X,Y,Z);
SetVehicleVelocity(vid,X,Y,Z+0.05);

