Vehicle not locking properly
#1

Hello,

pawn Code:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
    if(VehicleInfo[vehicleid][Locked] == 0) SetVehicleParamsForPlayer(vehicleid,forplayerid,0,1);
    else SetVehicleParamsForPlayer(vehicleid,forplayerid,0,0);
    return 1;
}
This does not lock the vehicle, even if VehicleInfo[vehicleid][Locked] is 1. Why??

Regards, Jochem
Reply


Messages In This Thread
Vehicle not locking properly - by Jochemd - 30.11.2010, 17:59
Re: Vehicle not locking properly - by RSX - 30.11.2010, 19:13
Re: Vehicle not locking properly - by Jakku - 01.12.2010, 18:18

Forum Jump:


Users browsing this thread: 2 Guest(s)