error 010: invalid function or declaration
#2

The "function" word before your function is the problem.

Remove it or change for "stock".

PHP код:
stock CheckToStartCountdownL1()
{
    for(new 
iMAX_LOBBYi++)
    {
        if(
Lobby[IsStartedLobbyOne] == 0)
        {
               if(
GameInfo[i][LobbyOnePlayers] >= 2)
            {
                
SendMessageToAllPlayersInLobby1(-1,"SERVER: 2 players are in lobby, countdown is starting");
                
SendMessageToAllPlayersInLobby1(-1,"SERVER: 30 Seconds until game starts");
                
Lobby[IsStartedLobbyOne] = 1;
                
KillTimer(lobbyonetimer);
            }
            else if(
GameInfo[i][LobbyOnePlayers] >= 1)
            {
            
SendMessageToAllPlayersInLobby1(-1,"SERVER: Not enough players to start countdown! (2 players needed)");
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
error 010: invalid function or declaration - by TomRedlake - 22.06.2017, 19:41
Re: error 010: invalid function or declaration - by rolex - 23.06.2017, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)