vehicle not locking for unktown bug..
#1

This simple code must lock the car when it is loaded but it ain't happening, take a look and tell me if i left something..

pawn Код:
new vehicleids = CreateVehicle(
vehicleinfo[vehicleid][Model],
vehicleinfo[vehicleid][x],
vehicleinfo[vehicleid][y],
vehicleinfo[vehicleid][z],
vehicleinfo[vehicleid][a],
vehicleinfo[vehicleid][Color1],
vehicleinfo[vehicleid][Color2],60*12000);
for(new u = 0; u < MAX_PLAYERS; u++)
{
        SetVehicleParamsForPlayer(vehicleids,u,0,1);
}
Reply
#2

You tried using the function called: OnVehicleStreamIn ?
Reply
#3

EDIT: Misread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)