03.06.2014, 22:33
tenta usar:
isso ai por exemplo iria desligar o motor do carro, mais ele nгo iria parar de uma vez... iria continuar andando e perdendo a velocidade atй parar.
tambem poderia usar o TogglePlayerControllable mais iria ficar estranho
pawn Код:
new vehicle = GetPlayerVehicleID(playerid);
new motor1, luzes1, alarme1, portas1, bonnet1, boot1, objective1;
GetVehicleParamsEx(vehicle, motor1, luzes1, alarme1, portas1, bonnet1, boot1, objective1);
SetVehicleParamsEx(vehicle, false, luzes1, alarme1, portas1, bonnet1, boot1, objective1);
tambem poderia usar o TogglePlayerControllable mais iria ficar estranho