okay.. it works.. but i got another buggy thingy..
when i try to make it back to the character model (out of car) the model still the car.
what do i need to do with this code?
function car_to_player()
{
player._MOVEMODE = _MODE_WALKING;
player._FORCE = 0.75;
player._BANKING = -0.1;
player.__SLOPES = off;
player.__WHEELS = off;
player.__JUMP = on;
player.__DUCK = on;
player.__STRAFE = on;
player.__BOB = on;
player.__TRIGGER = on;
astrength.pan = 7; // restore the original value in move.wdl
}
sry for my bad english
thx in advance
Last edited by Jourdan; 08/03/07 07:35.