26.09.2014, 10:47
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.
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.
|
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; } |