Salut, am o problema cu gamemodul, când il compilez imi da erorile acestea:
http://imgur.com/a/W9kZh
Iar liniile sunt:
http://imgur.com/1qtLmym
http://imgur.com/a/W9kZh
Iar liniile sunt:
http://imgur.com/1qtLmym
#define HouseFile "Housing/House%i.ini"
warning 225: unreachable code
if(Docu[playerid] == 1)
Server IP: 178.32.15.102:7777
Server Website: csw.propphpbb.com
Server Discord: www.discord.io/counterstrike
Screenshots: http://imgur.com/a/GvsAI
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[19:45:43] filterscripts = "" (string)
[19:45:43]
[19:45:43] Server Plugins
[19:45:43] --------------
[19:45:43] Loading plugin: crashdetect
[19:45:43] CrashDetect v4.15.1 is OK.
[19:45:43] Loaded.
[19:45:43] Loading plugin: sscanf
[19:45:43]
[19:45:43] ===============================
[19:45:43] sscanf plugin loaded.
[19:45:43] Version: 2.8.1
[19:45:43] (c) 2012 Alex "Y_Less" Cole
[19:45:43] ===============================
[19:45:43] Loaded.
[19:45:43] Loading plugin: streamer
[19:45:43]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[19:45:43] Loaded.
[19:45:43] Loading plugin: mysql
[19:45:43] >> plugin.mysql: R39-5 successfully loaded.
[19:45:43] Loaded.
[19:45:43] Loading plugin: Whirlpool
[19:45:43]
[19:45:43] ==================
[19:45:43]
[19:45:43] Whirlpool loaded
[19:45:43]
[19:45:43] ==================
[19:45:43]
[19:45:43] Loaded.
[19:45:43] Loading plugin: irc
[19:45:43]
*** IRC Plugin v1.4.8 by Incognito loaded ***
[19:45:43] Loaded.
[19:45:43] Loaded 6 plugins.
[19:45:43]
[19:45:43] Filterscripts
[19:45:43] ---------------
[19:45:43] Loaded 0 filterscripts.
[19:45:43] [debug] Run time error 19: "File or function is not found"
[19:45:43] [debug] db_get_mem_handle
[19:45:43] [debug] db_get_result_mem_handle
[19:45:43] [debug] Run time error 19: "File or function is not found"
[19:45:43] [debug] db_get_mem_handle
[19:45:43] [debug] db_get_result_mem_handle
[19:45:43] Script[gamemodes/lscnr.amx]: Run time error 19: "File or function is not found"
[19:45:43] Number of vehicle models: 0
new string[128];
switch(CallRemoteFunction("GetPlayerAdminLevel","i",playerid))
{
case 0: format(string,sizeof(string),"[%d]: %s",playerid,text);
case 1..5: format(string,sizeof(string),"{00BFFF}[Admin]{FFFFFF}[%d]: %s",playerid,text);
}
SendClientMessageToAll(GetPlayerColor(playerid),string);
return 0;
}