Make this sync?

Vrana

Active member
Joined
Jun 24, 2014
Messages
128
Reaction score
0
Location
Serbia
Hey Ugbase member's, is it possible to make this sync on SAMP?

Code:
//-------------MAIN---------------
thread 'blom' 

:blom_11
wait 0 
if 

:blom_19
wait 0 
if 
key_down 73 
else_jump @blom_11 
wait 0 
0AB6: store_target_marker_coords_to 0@ 1@ 2@ // IF and SET 
020C: create_explosion_with_radius 10 at 0@ 1@ 2@ 
wait 100 
jump @blom_19
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Vrana link said:
Hey Ugbase member's, is it possible to make this sync on SAMP?

Code:
//-------------MAIN---------------
thread 'blom' 

:blom_11
wait 0 
if 

:blom_19
wait 0 
if 
key_down 73 
else_jump @blom_11 
wait 0 
0AB6: store_target_marker_coords_to 0@ 1@ 2@ // IF and SET 
020C: create_explosion_with_radius 10 at 0@ 1@ 2@ 
wait 100 
jump @blom_19

No but, You can make a car ignite and put it at the pos and its exploding! :)
 

Vrana

Active member
Joined
Jun 24, 2014
Messages
128
Reaction score
0
Location
Serbia
monday link said:
As far as I know it's not possible
Thank you for your answer  :somuchwin:

Admins lock this topic or delete it.
 

Pinii

Active member
Joined
Sep 18, 2013
Messages
126
Reaction score
0
no, but instead you can ignite the car  :trollface:
 
Top