Posts: 954
Threads: 24
Joined: Jul 2012
Reputation:
0
You may be missing the correct plugins to run the server, Add a plugin called "Native Checker" which will tell you what you are missing for the server to run correctly.
Posts: 39
Threads: 17
Joined: Aug 2011
Reputation:
0
What I currently see in the gamemode is
public OnGameModeInit()
{
AntiDeAMX();
// Default Rates (-200 Players)
SendRconCommand("onfoot_rate 40");
SendRconCommand("incar_rate 40");
SendRconCommand("weapon_rate 40");
SendRconCommand("stream_distance 250.0");
SendRconCommand("stream_rate 1000");
Streamer_TickRate(75);
/* Init gamemode */
djson_GameModeInit();
// TIMERS
/*scriptTimers[0] = SetTimer("severTimers", 1000, 1);
scriptTimers[1] = SetTimer("severTimers2", 1000, 1);
scriptTimers[2] = SetTimer("saveAccounts", 300000, 1);
scriptTimers[3] = SetTimer("VehicleUpdate", 10000, 1);
scriptTimers[4] = SetTimer("ServerMicrobeat", 250, 1);
scriptTimers[5] = SetTimer("SyncUp", 60000, 1);
scriptTimers[6] = SetTimer("Mensajes", 600000, 1);
scriptTimers[7] = SetTimer("EMSUpdate", 5000, 1);
scriptTimers[8] = SetTimer("playerTabbedLoop", 600000,1);
scriptTimers[9] = SetTimer("SpecUpdate", 5000, 1);
scriptTimers[10] = SetTimer("Anticheat", 1000, 1);*/
SendRconCommand("mapname San Andreas");
SendRconCommand("weburl arconyarp.latinforos.es");
SendRconCommand("gamemodetext Role Play Espaсol ");
new servergmtextstr[64]; // DO NOT REMOVE THIS
format(servergmtextstr, 64, "hostname *Arconya City RolePlay [Espaсol][0.3x]* ", SERVER_GM_TEXT); // DO NOT REMOVE THIS
SendRconCommand(servergmtextstr); // DO NOT REMOVE THIS
EDIT: It seems to be the gamemode because I tried the GM that the files bring already ,'bare' , and it works..
Posts: 39
Threads: 17
Joined: Aug 2011
Reputation:
0
Thanks for the help, I fixed it by editing the plugin files.