4 errors
#1

Код:
if(response)// They pressed the first button.
    {
    switch(dialogid)// If you only have one dialog, then this isn't required, but it's neater for when you implement more dialogs.
        {
		case 2:// Our dialog!
    	    {
This is the second dialog.




Код:
C:\Users\***\Desktop\SAMP\filterscripts\Untitled.pwn(89) : error 002: only a single statement (or expression) can follow each "case"
C:\Users\***\Desktop\SAMP\filterscripts\Untitled.pwn(89 -- 90) : error 028: invalid subscript (not an array or too many subscripts): "response"
C:\Users\***\Desktop\SAMP\filterscripts\Untitled.pwn(89 -- 91) : error 001: expected token: "}", but found "switch"
C:\Users\***\Desktop\SAMP\filterscripts\Untitled.pwn(89 -- 91) : fatal error 107: too many error messages on one line

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


4 Errors.
Reply
#2

Bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)