18.06.2010, 01:47
Kar, gtfo, you know nothing.
It's because in 0.3a it changes, something about Streaming the vehicle (OnVehicleStreamIn)
I THINK you need to re-add that under OnVehicleStreamIn ..
or something like that, not sure.
(( this is an example ))
Quote:
Originally Posted by Ben147
I maded a lock command with SetVehicleParamsForPlayer
but i have a little bug with it after i lock the vehicle the vehicle is locked but i go far away from the vehicle and then i back the vehicle is unlocked i dont know why.. |
I THINK you need to re-add that under OnVehicleStreamIn ..
pawn Code:
if(Locked[carid] == 1)
{
SetVehicleParamsForPlayer(playerid, 0, 1);
return 1;
}
(( this is an example ))