
DFagent007
Joined: Nov 11, 2010
Project Operation Secret Mision XD
|
Posted: Jul 26, 2012 08:15 PM
Msg. 1 of 3
Hello I have a doubt what script put so that after entering a vehicle, example a pelican. That after you entered initiates a animation of the pelican o a Hud Timer, etc.
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Jul 26, 2012 08:35 PM
Msg. 2 of 3
(script startup pelican_timer (sleep_until (= (vehicle_test_seat VEHICLE SEAT (unit (list_get (players) 0))) true)) (custom_animation VEHICLE DIRECTORY ANIMATION true) (hud_set_timer_time MIN SEC) (show_hud_timer true) (pause_hud_timer false) ) Basic script for what you described. Add in what you need. Edited by MoooseGuy on Jul 26, 2012 at 08:35 PM
|

DFagent007
Joined: Nov 11, 2010
Project Operation Secret Mision XD
|
Posted: Jul 26, 2012 08:47 PM
Msg. 3 of 3
Thanks though the hud timer was an example of replacement of the animation XD
|