Jump to content
  • 0

Salut am niste erori


HeatoN.

Question

8 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0
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);
                }    
            }
        }
    }

Link to comment
Share on other sites

  • 0

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);
    }     

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.