SA-MP Forums Archive
Server Closing Automatically - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Closing Automatically (/showthread.php?tid=539081)



Server Closing Automatically - Rissam - 26.09.2014

My server was running fine but something happened later. When I joined the server the server running file "samp sever" closes automatically and its happening again and again.


Re: Server Closing Automatically - Rudy_ - 26.09.2014

Show server logs.


Re: Server Closing Automatically - TheSnaKe - 26.09.2014

Show us your server_log, so we can check what's wrong.


Re: Server Closing Automatically - badngoodboy - 26.09.2014

Might Be you forgot to enter the gamemode name in server.cfg


Respuesta: Server Closing Automatically - IvanAyuso - 26.09.2014

Look at the server logs.


Re: Server Closing Automatically - Rissam - 27.09.2014

I have figured out the mistake. Thanks all of u.


Re: Server Closing Automatically - Vince - 27.09.2014

And now you waste forum space by not telling us what the mistake was. Other people who might have the same problem in the future come here in the hope to find a solution, only to find none.


Re: Server Closing Automatically - Rissam - 28.09.2014

Quote:
Originally Posted by Vince
Посмотреть сообщение
And now you waste forum space by not telling us what the mistake was. Other people who might have the same problem in the future come here in the hope to find a solution, only to find none.
My mistake was that i was using two commands at a time:

Quote:

public OnPlayerConnect(playerid)
{
SendClientMessageToAll(COLOR_YELLOW,"Any message")
SendClientMessage(playerid,COLOR_YELLOW,"Welcome to [RG]Counter Strike Server");
SendClientMessage(playerid,COLOR_YELLOW,"Type /rules, to see the server rules");
SendClientMessage(playerid,COLOR_GREEN,"Type /cmds, to see the list of available commands");
SendClientMessage(playerid,COLOR_GREEN,"Server Owned By Rissam");
return 1;
}