
ALPHA_SIGMA
Joined: Jul 2, 2011
|
Posted: Aug 29, 2011 08:01 PM
Msg. 1 of 2
Is it posible to make a map that the players start inside a vehicle?
Like the pelican but driving.
|

Spartan073
Joined: Aug 23, 2011
May
|
Posted: Aug 30, 2011 08:59 AM
Msg. 2 of 2
1. Change the driver seat label of the pelican.vehicle to G-driver instead of P-driver
2.
(script static void player0 (unit (list_get (players) 0)) )
(script startup helloDennis (vehicle_load_magic my_pelican "G-driver" (player0)) )
This will start the player off in the driver seat of the pelican. You are welcome young man.
|