07.02.2013, 22:31
for some reason.. i keep getting warning 217: loose indentation could someone please help me
Код:
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay (Test Server)\gamemodes\MaxedOutRoleplay.pwn(10195) : warning 217: loose indentation C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay (Test Server)\gamemodes\MaxedOutRoleplay.pwn(10198) : warning 217: loose indentation
Код:
if(listitem == 0) { ShowPlayerDialog(playerid, 9313, DIALOG_STYLE_LIST, "Choose the channel you would like to listen!", "977 The Hitz Channel\n977 The 80s Channel\n181.FM - POWER 181\n1POWER\n108.FM - THE HITLIST\nChroniX Metal\nHOT 108 JAMZ\nSpart FM Tupac Channel\nAlex Jones FM\nFrench Kiss FM\nBlackBeat FM\nDEFJAY\nPower Hitz\nSky FM\nOld School 99\nTrance Channel\nIbiza Sonica", "Select", "Cancel"); // Here, you can add any channel you want, incase you have the streaming URL for it } if(listitem == 1) { StopAudioStreamForPlayer(playerid); // Now, this will turn the radio stream off, this means you won't be able to hear the streaming. SendClientMessage(playerid, COLOR_BLUE, "");