14.04.2012, 13:14
no underscore needed !! how u defined it thats how it should be !
pawn Код:
#define RADIODIALOG 84555
if(strcmp(cmd,"/radio", true) == 0)
{
ShowPlayerDialog(playerid, RADIODIALOG , DIALOG_STYLE_INPUT, "Radio System by GBLTeam","{FFFFFF}Write the {009BFF}URL{FFFFFF} from Radio Station:", "Okay", "Exit");
}
if(dialogid == RADIODIALOG ) //
{
//rest of code...
return 1;
}