: error 010: invalid function or declaration
#1

Код:
        if((gettime() - LastDeath[playerid]) <= 5)
        {
            SendClientMessage(playerid,0,"{0CFA00}UFS: You have been banned, for floodcheck {FFFFFF}www.ufs.createaforum.com");
            BanEx(playerid,"Banned for FakeKill Flood");
        }
       }else
        if((gettime() - LastDeath[playerid]) > 5)
        {
            XDeaths[playerid]=0;
        }
    }
    return 1;
}
Reply
#2

There is an extra bracket before else, i think
Reply
#3

What i have to do now?
Reply
#4

bump
Reply
#5

Код:
if((gettime() - LastDeath[playerid]) <= 5)
        {
            SendClientMessage(playerid,0,"{0CFA00}UFS: You have been banned, for floodcheck {FFFFFF}www.ufs.createaforum.com");
            BanEx(playerid,"Banned for FakeKill Flood");
        }
       else
        if((gettime() - LastDeath[playerid]) > 5)
        {
            XDeaths[playerid]=0;
        }
    }
    return 1;
}
Try that
Reply
#6

Add a curly brace above sendclientmessage!!!
Reply
#7

Quote:

Add a curly brace above sendclientmessage!!!

He hasnt shown all the code as you can see by the spaces... He could have a curly brace above the if statement. He has a closing curly brace by the else that is probably causing it
Reply
#8

Yep.. That's not the complete code!!! I just told to try!!! and spartaa before asking for help, Please post the complete code where the error occurred..
Reply
#9

You can't create title with the error name, You must provide details and make some effort and write and explain, Atleast, Post the error line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)