26.08.2009, 22:37
anyone know why my server crashes after the "Remeber the server is still in development!."
Код:
public OnPlayerConnect(playerid) { new pname[24], string[128]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "Welcome to Everything World %s!", pname); SendClientMessage(playerid,COLOR_RED, string); SendClientMessage(playerid,COLOR_BLUE, "Remeber the server is still in development!."); new pnamee[24], stringg[128]; GetPlayerName(playerid, pnamee, sizeof(pnamee)); format(stringg, sizeof(stringg), "%s!", pnamee); SendClientMessage(playerid,COLOR_YELLOW, "[Server] %s has joined the server, Welcome %s !"); return 1; }