Quote:
Originally Posted by SaiBerFun
Quote:
Originally Posted by Jason_Larson
Quote:
Originally Posted by BlackFoX
OnVehicleStreamIn > When Vehicle Load
So you can Lock Vehicle On Load or do other things
|
Yeah I understand that part :P My issue is, I have certain vehicles for certain players. So say vehicle id 12 is for LSPD, how do I set vehicle 12 to be unlocked for LSPD?
|
pawn Код:
OnVehicleStreamIn(vehicle,forplayerid) { if(LSPD[forplayerid] != 1) // or whatever variable u use to check the LSPD people. { SetVehicleParamsForPlayer(...);//Lock } }
Edit: yay 500th post and gangsta rank 
|
Awesome thanks! So if I have more than one LSPD Vehicle, how would I do that? 1 & 2 & 3?