20.01.2015, 18:00
Hello can someone help me about these errors? :]
GM:
Errors:
GM:
Код:
/* ---------------- SCRIPT REVISION ----------------- */ // Do not forget to change this everytime you commit - it's mandatory! #define SERVER_GM_TEXT "UG:RP v1.7" #include <a_samp> #include <a_mysql> #include <streamer> #include <yom_buttons> #include <ZCMD> #include <sscanf2> #include <foreach> #include <YSI\y_timers> #include <YSI\y_utils> #if defined SOCKET_ENABLED #include <socket> #endif #include "./includes/defines.pwn" #include "./includes/enums.pwn" #include "./includes/variables.pwn" #include "./includes/timers.pwn" #include "./includes/functions.pwn" #include "./includes/commands.pwn" #include "./includes/mysql.pwn" #include "./includes/OnPlayerLoad.pwn" #include "./includes/callbacks.pwn" #include "./includes/textdraws.pwn" #include "./includes/streamer.pwn" #include "./includes/OnDialogResponse.pwn" main() {} public OnGameModeInit() { print("Preparing the gamemode, please wait..."); g_mysql_Init(); return 1; }
Код:
./includes/mysql.pwn(174) : error 001: expected token: "-string end-", but found "-identifier-" ./includes/mysql.pwn(179) : error 020: invalid symbol name "" ./includes/mysql.pwn(179) : error 029: invalid expression, assumed zero ./includes/mysql.pwn(179) : warning 215: expression has no effect ./includes/mysql.pwn(179) : error 001: expected token: ";", but found "continue" ./includes/mysql.pwn(179) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.