Need help with houses / house cars
#8

SetVehicleParamsForPlayer(vehicleid, playerid, is-objective, is-locked);

pawn Code:
new vehicle = AddStaticVehicle( .................... );
lock a car for a player:
pawn Code:
public OnPlayerSpawn(playerid)
{
  [...]
 
  SetVehicleParamsForPlayer(vehicle, playerid, 0, 1);

  [...]
}
Reply


Messages In This Thread
Need help with houses / house cars - by Wheels - 06.03.2009, 01:53
Re: Need help with houses / house cars - by ICECOLDKILLAK8 - 06.03.2009, 02:22
Re: Need help with houses / house cars - by FrazZ - 06.03.2009, 02:28
Re: Need help with houses / house cars - by ICECOLDKILLAK8 - 06.03.2009, 02:29
Re: Need help with houses / house cars - by Wheels - 06.03.2009, 02:30
Re: Need help with houses / house cars - by ICECOLDKILLAK8 - 06.03.2009, 02:32
Re: Need help with houses / house cars - by Wheels - 06.03.2009, 02:36
Re: Need help with houses / house cars - by [RP]Rav - 06.03.2009, 06:21
Re: Need help with houses / house cars - by FrazZ - 06.03.2009, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)