[HELP]: Lock And Unlock
#3

You should also lock it for the streaming in vehicle.

pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
    if(VehicleInfo[vehicleid][Locked] == 1) SetVehicleParamsForPlayer(vehicleid,forplayerid,0,1);
    else SetVehicleParamsForPlayer(vehicleid,forplayerid,0,0);
    return 1;
}
Edit it for your own script
Reply


Messages In This Thread
[HELP]: Lock And Unlock - by [MKD]Max - 29.03.2011, 16:49
Re: [HELP]: Lock And Unlock - by Hornet600 - 29.03.2011, 17:32
Re: [HELP]: Lock And Unlock - by Jochemd - 29.03.2011, 17:40
Re: [HELP]: Lock And Unlock - by [MKD]Max - 29.03.2011, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)