28.09.2014, 09:12
Quote:
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.
|
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; } |