12.08.2014, 23:38
pawn Код:
if(dialogid == 80)
{
if(response == 1)
{
switch(listitem)
{
case 0:PlayAudioStreamForPlayer(playerid, "http://googl/8vzU");
case 1:PlayAudioStreamForPlayer(playerid, "http://googl/EpvrRb");
case 2:PlayAudioStreamForPlayer(playerid, "http://googl/SQpQUd");
case 3:PlayAudioStreamForPlayer(playerid, "http://tunermixnation.de");
case 4:PlayAudioStreamForPlayer(playerid, "http://googl/V1JTjt");
case 5:SendClientMessage(playerid, COLOR_RED, "Under Construction");
}
}
}