Server Restarting from it's own prob. (Rep+)
#4

Quote:
Originally Posted by mineralo
Посмотреть сообщение
I repeat again, not need to write all your gamemode just enter the main stuff of your problem !
now I should search from all your 10000 line where is the line number 3518
Код:
    if(strcmp(cmdtext, "/afklist", true) == 0) {
        SendClientMessage(playerid, COLOR_RED, "Afk/brb players:");
        new i=0; i<MAX_SLOTS; i++;
        { (that's the 3518 line)
            if(afkbrb == 1) {
                new string[48];
                format(string, sizeof(string), "Player: %s, ID: %d", playername[i], i);
                SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
            }
        }
        return 1;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)