Car lock when owner is online
#6

/lock command makes th eplaye rlock car if player uses it right
how about doing this

Код:
public onplayerconnect

you add this

for(new i; i < MAX_PLAYERS; i++)
	{
	  if(i != playerid)
	  {
  		SetVehicleParamsForPlayer(Info[playerid][eCarKeys], i, 0, 0)
	  }
	}
or what ever you will need to check the code but thats the idea for autolock on player connect
Reply


Messages In This Thread
Car lock when owner is online - by chosen - 17.02.2010, 14:55
Re: Automatic car lock on login - by chosen - 18.02.2010, 07:40
Re: Automatic car lock when owner is online - by chosen - 19.02.2010, 06:47
Re: Automatic car lock when owner is online - by chosen - 21.02.2010, 07:08
Re: Car lock when owner is online - by chosen - 22.02.2010, 06:49
Re: Car lock when owner is online - by Onyx09 - 22.02.2010, 07:17

Forum Jump:


Users browsing this thread: 1 Guest(s)