07.02.2015, 21:01
Hello
I have a problem with this script
I received this error
Who can help me, i will give him REP++.
I have a problem with this script
pawn Код:
#define MAX_RADIO (5)
new Radio [ MAX_RADIO ] [ 5 ] [ 120 ] = {
{ "HOT 108", "http://www.hot108.com/hot108.pls" },
{ "Radio 24/7", "http://37.187.79.56:9744" },
{ "Kiss FM", "http://80.86.106.136:80" },
{ "Radio Hot", "http://mp3.radiohot.ro:8000" },
{ "Radio Taraf", "http://radiotaraf.com/live.m3u" }
};
I received this error
pawn Код:
C:\Documents and Settings\JonnY\Desktop\radio.pwn(24) : error 052: multi-dimensional arrays must be fully initialized
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.