Author Topic: Put Player in Vehicle  (Read 1604 times)

Hatser

  • Newbie
  • *
  • Posts: 33
  • Karma: +0/-2
  • Create it by yourself. You're not dumm.
    • View Profile
Put Player in Vehicle
« on: August 30, 2012, 11:29:25 am »
Is there a script that will put player in car if pressed binkdey to spawn car?

Rocky

  • Full Member
  • ***
  • Posts: 105
  • Karma: +5/-3
    • View Profile
Re: Put Player in Vehicle
« Reply #1 on: August 30, 2012, 11:37:51 am »
Simply make a bind and edit the vehicle.

Code: [Select]
local veh = FindVehicle( 0 );
player.Pos = veh.pos;
player.EnterVehicle( veh , DOOR_DRIVER );
Look for lu server testers, Requirements are:
English good enough to communicate.
Good knowledge about gaming.

PM me those who are interested.

 

© Liberty Unleashed Team.