09.10.2016, 17:04
Hello everybody, I'm gettin' 8 errors, but I don't know how to fix. Thanks!
Here's my script: http://pastebin.com/y0u7sDcB
!!
Code:
C:\Users\mugur\Desktop\MAIN-ROLEPLAY\pawno\include\easydialog.inc(112) : error 017: undefined symbol "DG_OnDialogResponse" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(261) : warning 202: number of arguments does not match definition C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(266) : warning 202: number of arguments does not match definition C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(266) : warning 202: number of arguments does not match definition C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(266) : warning 202: number of arguments does not match definition C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(266) : warning 202: number of arguments does not match definition C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(265) : warning 203: symbol is never used: "engine" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(265) : warning 203: symbol is never used: "objective" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(265) : warning 203: symbol is never used: "boot" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(265) : warning 203: symbol is never used: "bonnet" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(265) : warning 203: symbol is never used: "doors" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(295) : error 004: function "ProxDetector" is not implemented C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(317) : error 004: function "ProxDetector" is not implemented C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(326) : error 004: function "ProxDetector" is not implemented C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(385) : warning 213: tag mismatch C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(436) : warning 217: loose indentation C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(440) : warning 217: loose indentation C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(443) : warning 217: loose indentation C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(443) : error 029: invalid expression, assumed zero C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(443) : error 017: undefined symbol "cmd_finvite" C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(443) : error 029: invalid expression, assumed zero C:\Users\mugur\Desktop\MAIN-ROLEPLAY\gamemodes\mysql.pwn(443) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 8 Errors.
!!