Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

8 answers to this question

Recommended Posts

  • 0
Posted

astea sunt C:\burned\gamemodes\nzone.pwn(1622) : error 029: invalid expression, assumed zero
C:\burned\gamemodes\nzone.pwn(1622) : error 001: expected token: ";", but found "{"
C:\burned\gamemodes\nzone.pwn(1628) : error 017: undefined symbol "betUpdate"
C:\burned\gamemodes\nzone.pwn(1629) : error 017: undefined symbol "teamStart"
C:\burned\gamemodes\nzone.pwn(1632) : warning 225: unreachable code
C:\burned\gamemodes\nzone.pwn(1719) : warning 225: unreachable code
C:\burned\gamemodes\nzone.pwn(1719) : error 001: expected token: ";", but found "{"
C:\burned\gamemodes\nzone.pwn(1725) : warning 225: unreachable code
C:\burned\gamemodes\nzone.pwn(1725) : loose indentation
C:\burned\gamemodes\nzone.pwn(1725) : error 017: undefined symbol "teamStart@yT_"
C:\burned\gamemodes\nzone.pwn(1725) : error 029: invalid expression, assumed zero
C:\burned\gamemodes\nzone.pwn(1725) : error 017: undefined symbol "teamStart@yT_"
C:\burned\gamemodes\nzone.pwn(1725) : fatal error 107: too many error messages on one line

  • 0
Posted
Chiar acum, PawnFox a spus:

Arata-ne linia 1725

1725: task teamStart[ 2000 ]( ) {
    for(new i; i < 6; i++) {
        if(startMatchTime[i] != 1) startMatchTime[i]-= 2;
        if(startMatchTime[i] < 3) {
            startMatchTime[i] = 1;
            foreach(new x : Player) {
                if(teamPlacedBet[x] != i) {
                    resetTeamTimer(i);
                }    
            }
        }
    }

  • 0
Posted

1719:hook OnPlayerConnect(playerid) { 
    teamPlacedBet[playerid] = -1; selectedFristBet[playerid] = -1; cotaSelectata[playerid] = 0;
    return true; 
    }  

1728:    if(startMatchTime[i] < 3) {

1629:teamStart();

1622:public OnGameModeInit() {
    for(new i; i < 6; i++) {
        resetTeamTimer(i);
    }     

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.