27.11.2014, 22:41
Actually yes this is the problem, i test it and it says error 037: invalid string (possibly non-terminated string).
Back the world, i would recommend you to reply to his script topic for support
Anyways try this one:
And next-time please use
replaced () with []
Back the world, i would recommend you to reply to his script topic for support
Quote:
I see you are using Jakwobs radio system, make sure you have these
Код:
new listitems[] = "1\tDubstep FM\n\ 2\tCapital FM\n\ 3\tPulse Radio\n\ 4\tRadio Klass Romania\n\ 5\tIts a Trap Radio\n\ 6\tRussian Hits Radio\n\ 7\tMadein Hits Radio\n\ 8\tAbsolute Hits Radio (France)\n\ 9\tDnB Pirate Radio\n\ 10\tI Love To Dance Radio\n\ 11\tElectronic Playground Radio\n\ 12\tRadio Gothic\n\ 13\tTurn Off\n"; |
pawn Код:
new listitems[] = "1\tDubstep FM\n\
2\tCapital FM\n\
3\tPulse Radio\n\
4\tRadio Klass Romania\n\
5\tIts a Trap Radio\n\
6\tRussian Hits Radio\n\
7\tMadein Hits Radio\n\
8\tAbsolute Hits Radio (France)\n\
9\tDnB Pirate Radio\n\
10\tI Love To Dance Radio\n\
11\tElectronic Playground Radio\n\
12\tRadio Gothic\n\
13\tTurn Off";
And next-time please use
Код:
(pawn)bbcode(/pawn)