Crash
#6

You can't assign values by calling functions when you declare variables in the global scope.

Add these to main():
Код:
vehcolor1 = random(255);
new vehcolor2 = random(255);
Change this:
Код:
new Vehcolor1 = randomEx(0,255);
new Vehcolor2 = randomEx(0,255);
to

Код:
new Vehcolor1;
new Vehcolor2;
Reply


Messages In This Thread
Crash - by kalanerik99 - 30.05.2015, 15:26
Re: Crash - by FplayerGR - 30.05.2015, 15:28
Re: Crash - by kalanerik99 - 30.05.2015, 15:33
Re: Crash - by Yashas - 30.05.2015, 16:19
Re: Crash - by kalanerik99 - 30.05.2015, 16:38
Re: Crash - by Yashas - 30.05.2015, 16:44
Re: Crash - by kalanerik99 - 30.05.2015, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)