vidite na slici
Dio skripte:
if(dialogid == DIALOG_PUSTIMUZIKU)
{
if(!response) return 1;
for(new i=0; i switch(listitem)
{
case 0:
{
PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/zj1dw314pl/Gli_a_feat._orba_-_Vreo_Plan_Official_Video_.mp3");
SCM(playerid,-1,""ZELENA""BELA"Staff je pustio pjesmu "ZELENA"Gliša-Vreo Plan");
SCM(playerid,-1,""ZELENA""BELA"Za iskljucivanje muzike kucajte /stopmusic");
}
case 1:
{
PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/nnn2c0tf5i/TRIK_FX_X_MC_STOJAN_-_AMAN_AMAN_OFFICIAL_VIDEO_.mp3");
SCM(playerid,-1,""ZELENA""BELA"Staff je pustio pjesmu "ZELENA"MC STOJAN-Aman,Aman");
SCM(playerid,-1,""ZELENA""BELA"Za iskljucivanje muzike kucajte /stopmusic");
}
case 2:
{
PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/ict0km3tpe/miroslav_ili_-_luckasta_si_ti.mp3");
SCM(playerid,-1,""ZELENA""BELA"Staff je pustio pjesmu "ZELENA"Miroslav Kitic-Luckasta si ti");
SCM(playerid,-1,""ZELENA""BELA"Za iskljucivanje muzike kucajte /stopmusic");
}
case 3:
{
PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/y8cbvr9p5m/Zorica_Brunclik_-_Otkopcano_jelece_-_Audio_1998_.mp3");
SCM(playerid,-1,""ZELENA""BELA"Staff je pustio pjesmu "ZELENA"Zorica Brunclik-Otkopcano Jelece");
SCM(playerid,-1,""ZELENA""BELA"Za iskljucivanje muzike kucajte /stopmusic");
}
case 4:
{
StopAudioStreamForPlayer(playerid);
SCM(playerid,-1,""ZELENA""BELA"Staff je zaustavio muziku za sve igrace!");
}
}
} KOMANDA /Playmusic
YCMD:playmusic(playerid, params[], help)
{
#pragma unused help
#pragma unused params
if(UlogovanProvera == 0) return SCM(playerid,-1,""ORANGE"[F"BELA"aG] "ORANGE"Moras biti prikljucen na server da koristis komande!");
if(!PlayerInfo >= 1 || !PlayerInfo >= 1) return SCM(playerid,-1,""ORANGE""ORANGE"[F"BELA"aG] "SIVA"Samo Administratori i Helperi!");
SPD(playerid, DIALOG_PUSTIMUZIKU, DIALOG_STYLE_LIST, ""ZELENA"Lista pjesama", "Glisa-Vreo plan\nMc Stojan-Aman,Aman\nMiroslav Ilic-Luckasta si ti\nZorica Brunclik-Otkopcano jelece\n{FF0000}Zaustavi muziku", "Odaberi", "Izlaz");
return 1;
}Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]vaš odgovor[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): https://imgur.com/a/FWCM9

