10.04.2013, 13:16
Hello Guys! I am trying to make a server... So for that i installed YSI_ini, i included it into my gamemode and when i am trying to start the server it crashes . So first when my server hadn't YSI_ini included it was working with no problems, but when i included the YSI, it crashed everytime. I searched on the internet and found this post: http://forum.sa-mp.com/showthread.ph...91#post2473691 I don't know how to fix it but i think is something with the YSI update If you can in any way to help me i will apreciate that! Thx
Server Log:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[16:36:28] filterscripts = "" (string)
[16:36:28]
[16:36:28] Server Plugins
[16:36:28] --------------
[16:36:28] Loaded 0 plugins.
[16:36:28]
[16:36:28] Filterscripts
[16:36:28] ---------------
[16:36:28] Loaded 0 filterscripts.
[16:36:28]
[16:36:28]
[16:36:28]
[16:36:28] =======================================
[16:36:28] | |
[16:36:28] | YSI version 1.06.0002 |
[16:36:28] | By Alex "******" Cole |
[16:36:28] | |
[16:36:28] =======================================
[16:36:28]
[16:36:28]
[16:36:28]
[16:36:28]
----------------------------------
[16:36:28] RVG by Slash
[16:36:28] ----------------------------------
[16:36:28] Number of vehicle models: 0
Crash
Code:
Server Log:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[16:36:28] filterscripts = "" (string)
[16:36:28]
[16:36:28] Server Plugins
[16:36:28] --------------
[16:36:28] Loaded 0 plugins.
[16:36:28]
[16:36:28] Filterscripts
[16:36:28] ---------------
[16:36:28] Loaded 0 filterscripts.
[16:36:28]
[16:36:28]
[16:36:28]
[16:36:28] =======================================
[16:36:28] | |
[16:36:28] | YSI version 1.06.0002 |
[16:36:28] | By Alex "******" Cole |
[16:36:28] | |
[16:36:28] =======================================
[16:36:28]
[16:36:28]
[16:36:28]
[16:36:28]
----------------------------------
[16:36:28] RVG by Slash
[16:36:28] ----------------------------------
[16:36:28] Number of vehicle models: 0
Crash
Code:
Код:
#include <a_samp> #include <YSI\y_ini> #if defined FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Blank Filterscript by your name here"); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } #else main() { print("\n----------------------------------"); print(" RVG by Slash"); print("----------------------------------\n"); } #endif