Function OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_RADIO)
{
if (response)
{
if(listitem == 0)
{
PlayAudioStreamForPlayer(playerid, "http://listen.technobase.fm/dsl.pls");
}
if(listitem == 1)
{
PlayAudioStreamForPlayer(playerid, "http://listen.hardbase.fm/dsl.pls");
}
if(listitem == 2)
{
PlayAudioStreamForPlayer(playerid, "http://listen.housetime.fm/dsl.pls");
}
if(listitem == 3)
{
PlayAudioStreamForPlayer(playerid, "http://listen.trancebase.fm/dsl.pls");
}
if(listitem == 4)
{
PlayAudioStreamForPlayer(playerid, "http://kterm.de/radio.pls");
}
if(listitem == 5)
{
PlayAudioStreamForPlayer(playerid, "http://listen.Clubtime.fm/dsl.pls");
}
if(listitem == 6)
{
StopAudioStreamForPlayer(playerid);
}
}
return 1;
}
Und hier die error`s
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(18618) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(18626) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(24366) : warning 219: local variable "x3" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(24366) : warning 219: local variable "y3" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(24366) : warning 219: local variable "z3" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(9) : error 012: invalid function call, not a valid address
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(9) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(9) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(9) : error 001: expected token: ";", but found ")"
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(9) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Dominik.DOMINIK-F0ABBF8\Desktop\samp\gamemodes\GHR.pwn(9) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.