Weird command fail (again...)
#9

pawn Код:
public OnFilterScriptInit()
    {
    print("This admin system have been made by Wesley");
       
        if(!fexist(CommandFile))
        {
            dini_Create(CommandFile);
            dini_IntSet(CommandFile, "Flip", 2);
            dini_IntSet(CommandFile, "Nitro", 2);
            dini_IntSet(CommandFile, "Fixme", 3);
            dini_IntSet(CommandFile, "Akill", 5);
        }

        gCommands[FLIP] = dini_Int(CommandFile, "Flip");
        gCommands[NITRO] = dini_Int(CommandFile, "Nitro");
        gCommands[FIXME] = dini_Int(CommandFile, "Fixme");
        gCommands[AKILL] = dini_Int(CommandFile, "Akill");
        return 1;
    }
Reply


Messages In This Thread
Weird command fail (again...) - by Wesley221 - 21.05.2011, 19:27
Re: Weird command fail (again...) - by Wesley221 - 22.05.2011, 08:25
Re: Weird command fail (again...) - by xir - 22.05.2011, 09:22
Re: Weird command fail (again...) - by Wesley221 - 22.05.2011, 09:26
Re: Weird command fail (again...) - by xir - 22.05.2011, 09:27
Re: Weird command fail (again...) - by Wesley221 - 22.05.2011, 09:29
Re: Weird command fail (again...) - by Wesley221 - 22.05.2011, 16:35
Re: Weird command fail (again...) - by xir - 22.05.2011, 17:55
Re: Weird command fail (again...) - by Wesley221 - 22.05.2011, 17:56
Re: Weird command fail (again...) - by Wesley221 - 23.05.2011, 10:34

Forum Jump:


Users browsing this thread: 2 Guest(s)