opening doors
#1

Hi,
I want to make car doors opening/closing, but SetVehicleParamsEx just lock them

pawn Код:
GetVehicleParamsEx(sunk, engine, lights, alarm, doors, bonnet, boot, objective);
    if (doors)
        {
        SetVehicleParamsEx(sunk,engine, lights,alarm,VEHICLE_PARAMS_OFF, bonnet, boot, objective);
        return 1;
        }
    SetVehicleParamsEx(sunk,engine, lights,alarm,VEHICLE_PARAMS_ON, bonnet, boot, objective);
    return 1;
    }
So how I can do it? Or I can't?

BTW: why GM crash if I put GameTextForPlayer in timer?
Reply
#2

No, you can't open/close doors with script.
Reply
#3

You can't?
Reply
#4

d*mn it..
So what about crash?
P.S. What is the best way to optimise GM?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)