16.09.2009, 03:50
You can simply re-apply the lock (using SetVehicleParams), everytime it streams in. You just need to create an additional variable, to clarify that it needs to be locked once streamed in for another player.
Then re-apply the SetVehicleParams if Locked is 1.
pawn Код:
new Locked[MAX_PLAYERS];