BIG, annoying sscanf 2.5 problem :(
#3

1. Already said, when it's a sscanf-CMD like /warn or /goto or whatever, it gives the error: "sscanf error: System not initialised".

2.Yes, commands which aren't in communication with sscanf, like /energy:

PHP Code:
    CMD:energy(playeridparams[])
    {
        if(
PlayerInfo[playerid][pAdmin] >= 5)
        {
            
SetPlayerHealth(playerid100);
            
SendClientMessage(playeridCOLOR_GREY"Health has been restored to 100.");
        }
        else
        {
            
SendClientMessage(playeridCOLOR_GREY"You are not authorized to use that command!");
        }
        return 
1;
    } 
3. Nope, it was first the /warn commands, all the other did work before this, only /warn gave me also that annoying error! Then (I restarted my server on this day 100 times), I restarted my server and I tried just for fun the commands, and then it started! None of the ssacnf-commands didn't work no more, all of them only showed me the usage and the error in the console appeared!
Reply


Messages In This Thread
BIG, annoying sscanf 2.5 problem :( - by Twisted_Insane - 06.02.2012, 16:11
Re: BIG, annoying sscanf 2.5 problem :( - by Mosslah - 06.02.2012, 16:24
Re: BIG, annoying sscanf 2.5 problem :( - by Twisted_Insane - 06.02.2012, 16:33
Re: BIG, annoying sscanf 2.5 problem :( - by Vince - 06.02.2012, 16:52
Re: BIG, annoying sscanf 2.5 problem :( - by Twisted_Insane - 06.02.2012, 17:30
Re: BIG, annoying sscanf 2.5 problem :( - by Twisted_Insane - 06.02.2012, 18:13
Re: BIG, annoying sscanf 2.5 problem :( - by Twisted_Insane - 08.02.2012, 12:07
Re: BIG, annoying sscanf 2.5 problem :( - by Fir3On - 02.03.2012, 11:43
Re: BIG, annoying sscanf 2.5 problem :( - by Gamer_Z - 02.03.2012, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)