22.10.2009, 15:22
We are having trouble with our scripts because commands involving loops aren't allowing functions to be called after the loops...this has only been happening after we went to 0.3
We mean this...
Command functions outside of the loop, loop starts, functions in the loop, loop ends, functions outside of the loop before the return, return
The functions outside of the loop before the return aren't being called...have loops been changed at all?
We are using loops similar to this:
for(new i;i<MAX_PLAYERS;i++)
feedback as soon as possible please, thanks
We mean this...
Command functions outside of the loop, loop starts, functions in the loop, loop ends, functions outside of the loop before the return, return
The functions outside of the loop before the return aren't being called...have loops been changed at all?
We are using loops similar to this:
for(new i;i<MAX_PLAYERS;i++)
feedback as soon as possible please, thanks