12.12.2012, 05:55
(
Последний раз редактировалось Babul; 12.12.2012 в 16:25.
)
awesome:
...so (a/the) solution is to use #pragma dynamic? why? where? in the stock? at the scripts' top?
(my, and maybe 1 or 2 more weird beings) solution:
...works 100%.
if your server hangs/crashes (like mine, when i loaded a filterscirpt containing that code above), or for some apart reason 1 calculation result needs like eternity to be fetched, then you ran into a deadlock with that pragma nonsense. good luck, you might need it.
oh, and yes, thank you, iam dumber now, coz i HAD to read that pragma stuff again.
IAM worried btw. and yes, so should you.
pre-edit: iam ***really*** surprised that a recursion-warning doesnt trigger anyone else here.. its sad ><
(maybe) i will going to add something later when i calmed down a bit (or delete this shit, since its becoming senseless to post here, to be honest)
edit2: i give up - iam not able to help ppl here, so i wont waste 1 more post
oh, yes, good idea, great work, youre right, works well, <insert asslick here>, etcetetc... recursionftwlol
Код:
stock DontLoop(){ DontLoop(); return 1; }
(my, and maybe 1 or 2 more weird beings) solution:
Код:
stock DontLoop(){ // DontLoop(); return 1; }
if your server hangs/crashes (like mine, when i loaded a filterscirpt containing that code above), or for some apart reason 1 calculation result needs like eternity to be fetched, then you ran into a deadlock with that pragma nonsense. good luck, you might need it.
oh, and yes, thank you, iam dumber now, coz i HAD to read that pragma stuff again.
IAM worried btw. and yes, so should you.
pre-edit: iam ***really*** surprised that a recursion-warning doesnt trigger anyone else here.. its sad ><
(maybe) i will going to add something later when i calmed down a bit (or delete this shit, since its becoming senseless to post here, to be honest)
edit2: i give up - iam not able to help ppl here, so i wont waste 1 more post
oh, yes, good idea, great work, youre right, works well, <insert asslick here>, etcetetc... recursionftwlol