Jump to content
Sign in to follow this  
Xorron33

Whats order?

Recommended Posts

1. Which order is for "do wait" responsibly? An example: An action should be explained only at two minutes (createvehicle)! And how do I write down it?

2. How can one add additional objects (kr2, kr3 etc.) in the command line?

Original:

granate="SH_125_HE" createvehicle position kr1

Thus it should be what does not function, however:

granate="SH_125_HE" createvehicle position kr1,kr2,kr3

kr1,kr2 and kr3 = This are play logics!!!

Share this post


Link to post
Share on other sites

I'm not sure I've understood you, if u prettend your 3 gameLogic explode at the same time, try this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

{nul="SH_125_HE" createvehicle (position _x)} forEach [kr1, kr2, kr3]

good luck

Share this post


Link to post
Share on other sites

Or this it works

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_exp = "SH_125_HE" createvehicle getpos (kr1),"SH_125_HE" createvehicle getpos(kr2),"SH_125_HE" createvehicle getpos(kr23);

_exp setdamage 1;

Odin

Share this post


Link to post
Share on other sites
I'm not sure I've understood you, if u prettend your 3 gameLogic explode at the same time, try this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

{nul="SH_125_HE" createvehicle (position _x)} forEach [kr1, kr2, kr3]

good luck

ONLY KR1 BECOMES AN ACTIVATED! THE REST NOT YET!

Share this post


Link to post
Share on other sites
Or this it works

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_exp = "SH_125_HE" createvehicle getpos (kr1),"SH_125_HE" createvehicle getpos(kr2),"SH_125_HE" createvehicle getpos(kr23);

_exp setdamage 1;

Odin

http://img41.imagevenue.com/img.php?image=30851_FEHLER1_122_982lo.jpg

Here I already had to change something (;)

http://img37.imagevenue.com/img.php....6lo.jpg

And here comes an other error message! What do I do now?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×