Dialog Problem +rep
#4

Quote:
Originally Posted by Littlehelper[MDZ]
Посмотреть сообщение
Please put return 1;
and }
Код:
CMD:cradio(playerid, params[])
{
    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COLOR_RED,"[ERROR]: You need to be in a vehicle");
    if(RadioOn[playerid] == 0)
    {
	    ShowPlayerDialog(playerid,DIALOG_CRADIO,DIALOG_STYLE_MSGBOX,"Radio","Select what you wish to do","Turn On","Turn Off");
		RadioOn[playerid] = 1;
	}
	if(RadioOn[playerid] == 1)
	{
line 65025	    ShowPlayerDialog(playerid,DIALOG_RADIOSTATION,DIALOG_STYLE_LIST,""COLOR_BLUE"Radio Stations",""COLOR_RED"Hip-Hop\n"COLOR_RED"Pop\n"COLOR_RED"Country\n"COLOR_RED"Comedy\n"COLOR_RED"Reagge\n"COLOR_RED"Mange Makers(CD)","Select","Back");
	}
    return 1;
}
Like This
Thankx.
Where ? :P
Reply


Messages In This Thread
Dialog Problem +rep - by N0FeaR - 04.01.2012, 13:57
Re: Dialog Problem +rep - by Littlehelper - 04.01.2012, 14:02
Re: Dialog Problem +rep - by [MG]Dimi - 04.01.2012, 14:04
Re: Dialog Problem +rep - by N0FeaR - 04.01.2012, 14:14
Re: Dialog Problem +rep - by Littlehelper - 04.01.2012, 14:18
Re: Dialog Problem +rep - by N0FeaR - 04.01.2012, 15:20
Re: Dialog Problem +rep - by Littlehelper - 04.01.2012, 16:58
Re: Dialog Problem +rep - by Littlehelper - 04.01.2012, 17:17
Re: Dialog Problem +rep - by N0FeaR - 04.01.2012, 17:25
Re: Dialog Problem +rep - by DRIFT_HUNTER - 04.01.2012, 18:09

Forum Jump:


Users browsing this thread: 1 Guest(s)