my gm doent work - 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: my gm doent work (
/showthread.php?tid=466169)
my gm doent work -
ABDOOO - 26.09.2013
hey samp,
i am having a server on samp with the company volt-host but my problem is with the gamemode it doesnt work idk the reason so can you help me fix it
the server ip is :198.20.110.155:7779 see the gm doesnt work
Re: my gm doent work -
CoaPsyFactor - 26.09.2013
Well, first of all this is wrong section, and second - we can't help you if you don't share server_log.txt with us.
Re: my gm doent work -
ABDOOO - 26.09.2013
http://www.solidfiles.com/d/fe66288969/
check it her!!!
Re: my gm doent work -
CoaPsyFactor - 26.09.2013
You didn't loaded all required plugins.
Find crashdetect plugin and use it, it will show in log what plugin is required but not loaded.
Re: my gm doent work -
ABDOOO - 26.09.2013
tell me which plugin i need to put if you plz!!
Re: my gm doent work -
CoaPsyFactor - 26.09.2013
I don't know, as I said, use crashdetect plugin it will show what function is not working, or send us server.cfg and name of gamemode you are using.
Re: my gm doent work -
ABDOOO - 26.09.2013
what is crashdetect plugin can you give me an idea about it
Re: my gm doent work -
CoaPsyFactor - 26.09.2013
it is a plugin, and it detects server crash, and print in server_log.txt reason of crashing
Re: my gm doent work -
ABDOOO - 26.09.2013
so? can you help me with it
Re: my gm doent work -
[NRG]Dark - 26.09.2013
Post the first section of your gamemode whit the required includes. Ex:
Код:
#include <a_samp>
#include <sscanf2>
#include <file>
#include <PGP>//
#include <Streamer>
#include <VGSAMB_inc>
#pragma unused vgsamb_np
#include <dini>
#include <c_vehicleinfo>
#include <string>
#include <a_players>
#include <a_vehicles>
#include <core>
#include <float>