Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Liberty Unleashed
Scripting
»
Scripting Discussion
»
Put Player in Vehicle
Home
Help
Search
Calendar
Media
Login
Register
« previous
next »
Print
Pages: [
1
]
Author
Topic: Put Player in Vehicle (Read 2711 times)
Hatser
Newbie
Posts: 33
Karma: +0/-2
Create it by yourself. You're not dumm.
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?
Logged
Rocky
Full Member
Posts: 105
Karma: +5/-3
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 );
Logged
Look for lu server testers, Requirements are:
English good enough to communicate.
Good knowledge about gaming.
PM me those who are interested.
Print
Pages: [
1
]
« previous
next »
Liberty Unleashed
»
Scripting
»
Scripting Discussion
»
Put Player in Vehicle
Loading...