problems setting up a timer.
#4

random() takes integers only, but you declared the weather-ids as floats:
Код:
new Float:WeatherBC[][] = {(42), (17), (3), (9), (40)}; //Bone County
this should be
Код:
new WeatherBC[][] = {(42), (17), (3), (9), (40)}; //Bone County
indeed.. change the others too..
Reply


Messages In This Thread
problems setting up a timer. Tag mismatch - by HeLiOn_PrImE - 14.10.2012, 19:24
Re: problems setting up a timer. - by Simplyfrag - 15.10.2012, 02:37
Re: problems setting up a timer. - by HeLiOn_PrImE - 15.10.2012, 05:44
Re: problems setting up a timer. - by Babul - 15.10.2012, 10:39
Re: problems setting up a timer. - by HeLiOn_PrImE - 15.10.2012, 19:11

Forum Jump:


Users browsing this thread: 2 Guest(s)