[Include] Dynamic Radio in Vehicles
#5

Quote:
Originally Posted by CyNiC
Посмотреть сообщение
Looks useful I believe that many people want to create their own radio stations.

However,
pawn Код:
if(RadioCount <= MAX_RADIO_STATIONS)
If RadioCount is equal to MAX_RADIO_STATIONS, some problems will happen, you can't acess this array cell because the cell assignment starts from 0.
I have tested it and it worked fine, but if you think you find a bug when it's equal, please report it. It's pretty easy to fix.

pawn Код:
if(RadioCount < MAX_RADIO_STATIONS)
Reply


Messages In This Thread
Dynamic Radio in Vehicles (R6) - by Jochemd - 05.01.2012, 15:34
Re: Dynamic Radio in Vehicles - by caribe88 - 05.01.2012, 15:40
Re: Dynamic Radio in Vehicles - by X3nZ - 05.01.2012, 15:51
Re: Dynamic Radio in Vehicles - by CyNiC - 05.01.2012, 15:55
Re: Dynamic Radio in Vehicles - by Jochemd - 05.01.2012, 16:01
Re: Dynamic Radio in Vehicles - by [GTA-PR]Temper - 06.01.2012, 12:05
Re: Dynamic Radio in Vehicles - by Michael@Belgium - 06.01.2012, 18:37
Re: Dynamic Radio in Vehicles - by Jochemd - 07.01.2012, 07:51
Re: Dynamic Radio in Vehicles - by robintjeh - 08.01.2012, 20:08
Re: Dynamic Radio in Vehicles - by Hugo1984 - 08.01.2012, 20:56

Forum Jump:


Users browsing this thread: 2 Guest(s)