Locking System
#11

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?
Reply


Messages In This Thread
Locking System - by Jason_Larson - 08.09.2009, 06:35
Re: Locking System - by woot - 08.09.2009, 08:20
Re: Locking System - by Jason_Larson - 08.09.2009, 18:58
Re: Locking System - by Joe Staff - 08.09.2009, 19:09
Re: Locking System - by Jason_Larson - 08.09.2009, 19:22
Re: Locking System - by dugi - 08.09.2009, 19:25
Re: Locking System - by Jason_Larson - 08.09.2009, 19:28
Re: Locking System - by BlackFoX - 08.09.2009, 19:39
Re: Locking System - by Jason_Larson - 08.09.2009, 19:43
Re: Locking System - by saiberfun - 08.09.2009, 19:58
Re: Locking System - by Jason_Larson - 09.09.2009, 03:48
Re: Locking System - by saiberfun - 09.09.2009, 10:33
Re: Locking System - by Jason_Larson - 09.09.2009, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)