Need Help with this server
#1

this server keeps crashing as soon as i connect to it does anyone know what could be causing it...

please give ideas
Reply
#2

Could be your script. Check your server_log.txt and OnPlayerConnect.
Reply
#3

its all fine the server starts up but as soon as a person connects the console crashes
Reply
#4

Can you show us onplayerconnect?
Reply
#5

public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_ORANGE, "Welcome to PartyIsland %s");
new string[128], playername[MAX_PLAYER_NAME];
GetPlayerName(playerid, playername, sizeof(playername));
format(string, sizeof(string), "%s has joined PartyIsland!", playername);
Reply
#6

any ideas,,,, somebody
Reply
#7

pawn Код:
public OnPlayerConnect(playerid)
{
    new string[128], string2[128], playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playername, sizeof(playername));
    format(string, sizeof(string), "Welcome to PartyIsland %s",playername);
    SendClientMessage(playerid, COLOR_ORANGE, string);
    format(string2, sizeof(string2), "%s has joined PartyIsland!",playername);
    SendClientMessageToAll(COLOR_ORANGE, string2);
    return 1;
}
Reply
#8

Hehehehehehehehehehehe lol ffs i am such an idiot to forget that ty hehehe...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)