DIALOG_STYLE_LIST
#1

I get these errors/warnings:

Quote:

C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : error 029: invalid expression, assumed zero
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : warning 215: expression has no effect
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : warning 215: expression has no effect
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : warning 215: expression has no effect
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : warning 215: expression has no effect
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : warning 215: expression has no effect
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : error 001: expected token: ";", but found ")"
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : error 029: invalid expression, assumed zero
C:\Users\Callum.Acer\Desktop\NCRP Working\gamemodes\CorrectLALSR.pwn(1806) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

For:

Код:
CMD:playmusic(playerid, params[])
{
	ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music List", "My Time is Now\nPika Girl\n", "Select", "Cancel");LINE 1806
	return 1;
}
Reply


Messages In This Thread
DIALOG_STYLE_LIST - by MrCallum - 02.01.2015, 18:00
Re: DIALOG_STYLE_LIST - by TonyII - 02.01.2015, 18:06
Re: DIALOG_STYLE_LIST - by Alvord - 02.01.2015, 18:09
Re: DIALOG_STYLE_LIST - by Neos07 - 02.01.2015, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)