SA-MP Forums Archive
About Return in ondialogresponses - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: About Return in ondialogresponses (/showthread.php?tid=550873)



About Return in ondialogresponses - Shinta307 - 15.12.2014

D:\gamemodes\test.pwn(1314) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

why why why and why?

}
return 1;
}


Re: About Return in ondialogresponses - Shinta307 - 15.12.2014

FIXED


Re: About Return in ondialogresponses - Schneider - 15.12.2014

Remove the '}' before the return. If you would have used proper indentation, you would have found the problem in no time...