Dialog Problem +rep
#1

I got few problem with my dialog

here is the erro
Код:
C:\Users\Robin\Desktop\New rp\gamemodes\RMRP.pwn(65025) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Robin\Desktop\New rp\gamemodes\RMRP.pwn(65025) : warning 215: expression has no effect
C:\Users\Robin\Desktop\New rp\gamemodes\RMRP.pwn(65025) : error 001: expected token: ";", but found "-string-"
C:\Users\Robin\Desktop\New rp\gamemodes\RMRP.pwn(65025) : warning 215: expression has no effect
C:\Users\Robin\Desktop\New rp\gamemodes\RMRP.pwn(65025) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Robin\Desktop\New rp\gamemodes\RMRP.pwn(65025) : fatal error 107: too many error messages on one line
here is line 65025


Код:
}
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
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)