- 0
Войдите для возможности подписаться
Подписчики
0
Помогите профиксить ошибку
Вопрос от
ОБКУРЕННЫЙ-КОТЭ
,
-
Последние посетители 0 пользователей онлайн
Ни одного зарегистрированного пользователя не просматривает данную страницу
-
Похожий контент
-
Опубликовано · Жалоба
if(dialogid == DIALOG_BOOMBOX) { if(!response) { switch(listitem) { if(strlen(inputtext)) { case 0: { foreach(Player, i) { if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) PlayStream(i,"http://ep256.hostingradio.ru:8052/europaplus256.mp3", GetPVarFloat(playerid, "BBX"), GetPVarFloat(playerid, "BBY"), GetPVarFloat(playerid, "BBZ"), 30.0, 1); SetPVarString(playerid, "BBStation", "http://ep256.hostingradio.ru:8052/europaplus256.mp3"); } } case 1: { foreach(Player, i) { if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) PlayStream(i,"http://icecast.radiodfm.cdnvideo.ru/dfm.mp3",GetPVarFloat(playerid, "BBX"), GetPVarFloat(playerid, "BBY"), GetPVarFloat(playerid, "BBZ"), 30.0, 1); SetPVarString(playerid, "BBStation", "http://icecast.radiodfm.cdnvideo.ru/dfm.mp3"); } } case 2: { foreach(Player, i) { if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) PlayStream(i,"http://ic3.101.ru:8000/v1_1?setst=-1",GetPVarFloat(playerid, "BBX"), GetPVarFloat(playerid, "BBY"), GetPVarFloat(playerid, "BBZ"), 30.0, 1); SetPVarString(playerid, "BBStation", "http://ic3.101.ru:8000/v1_1?setst=-1"); } } case 3: { foreach(Player, i) { if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) PlayStream(i,"http://air2.radiorecord.ru:805/rr_320",GetPVarFloat(playerid, "BBX"), GetPVarFloat(playerid, "BBY"), GetPVarFloat(playerid, "BBZ"), 30.0, 1); SetPVarString(playerid, "BBStation", "http://air2.radiorecord.ru:805/rr_320"); } } case 4: { foreach(Player, i) { if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) PlayStream(i,"http://chanson.hostingradio.ru:8041/chanson256.mp3",GetPVarFloat(playerid, "BBX"), GetPVarFloat(playerid, "BBY"), GetPVarFloat(playerid, "BBZ"), 30.0, 1); SetPVarString(playerid, "BBStation", "http://chanson.hostingradio.ru:8041/chanson256.mp3"); } } case 5: { foreach(Player, i) { if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) PlayStream(i,"http://stream.variant.fm:8000/LOVE-192",GetPVarFloat(playerid, "BBX"), GetPVarFloat(playerid, "BBY"), GetPVarFloat(playerid, "BBZ"), 30.0, 1); SetPVarString(playerid, "BBStation", "http://stream.variant.fm:8000/LOVE-192"); } } case 6: ShowPlayerDialog(playerid,DIALOG_BOOMBOX2,DIALOG_STYLE_INPUT, !"Введите URL-адрес на свою музыку", !"{ffffff}Пожалуйста, вставьте ссылку на музыку для воспроизведения музыки\n Загрузить свою песню для получения ссылки можно сюда {00FF00}https://zaix.ru", !"Play", !"Отмена"); { if(GetPVarInt(playerid, "BBArea")) { new string[128], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid, pName, sizeof(pName)); format(string, sizeof(string), "%s отключил магнитофон", GetName2(playerid)); Do(playerid, string); foreach(Player, i) if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea"))) StopStream(i); DeletePVar(playerid, "BBStation"); } SendClientMessage(playerid, COLOR_SYSTEM, !"Ты выключил свой магнитофон"); } } return 1; }
Ошибки
(37835) : error 002: only a single statement (or expression) can follow each "case" (37835) -- (37836) : error 028: invalid subscript (not an array or too many subscripts): "strlen" (37835) -- (37837) : error 001: expected token: "}", but found "case" (37835) -- (37837) : fatal error 107: too many error messages on one line
строка
{ case 0:
Поделиться сообщением
Ссылка на сообщение