28.07.2010, 09:56
(
Last edited by Ash.; 28/07/2010 at 10:25 AM.
Reason: Solved
)
Hi all,
Nothing seems to be going my way today, ive rescripted my work script (some of you may remember it from previous 'help' threads) but now i have another problem, when i go to compile, it crashes...
Here is the script:
http://pawn.pastebin.com/xQHxzwSE
When i comment out this line (Line 30):
it compiles, so i know its something to do with that, but i need "rand" to work for all functions with the same 'random' generation, so its all the same. How can i do this without crashing my compiler?
Thanks
Ash
[SOLVED]
Nothing seems to be going my way today, ive rescripted my work script (some of you may remember it from previous 'help' threads) but now i have another problem, when i go to compile, it crashes...
Here is the script:
http://pawn.pastebin.com/xQHxzwSE
When i comment out this line (Line 30):
pawn Code:
new rand = random(sizeof(MissionArray));
Thanks
Ash
[SOLVED]