AssaultCube Fatal Error: 1.1.0.4
#27
I can't expect you to help me on your birthday...

EDIT: re installing again worked. It fixed the error for I don't know how long. Now to re install mods. I think that the mods may have caused it... should I tell you which mods I want to install, and you tell me which could have caused win32's?

smoothzoom(script)
xhairanim(script)
machete(weapon)
Protox(hud, smoke, other stuff)
tools(required, script)
Private server menu(script, here: http://forum.cubers.net/thread-2975.html)
Maybe this:
// On TK message script by DES|Bukz. Little mod by Kirin. Some ideas and help from |BC|Wolf & DES|V-Man.
    
    if (! (strstr $mapstartalways tkchk)) [add2alias mapstartalways [sleep 1000 [tkchk]]] []
    if (checkalias srymsg) [] [srymsg = "Sorry Man, I didn't want to kill you..."]
    
    tkchk = [
        if (= $connected 1) [ // Only apologize to real people :p
            if (! (strcmp (at $conline 0) " 3you")) [] [ // Workaround for stupid people who use "you" in their nicks
            if (strstr $conline "you fragged teammate ") [sleep 1000 [say (concatword % $srymsg);voicecom sorry]; conline [ ]] []
            if (strstr $conline "you gibbed teammate ") [sleep 1000 [say (concatword % $srymsg);voicecom sorry]; conline [ ]] []
            if (strstr $conline "you splattered teammate ") [sleep 1000 [say (concatword % $srymsg);voicecom sorry]; conline [ ]] []
            if (strstr $conline "you slashed teammate ") [sleep 1000 [say (concatword % $srymsg);voicecom sorry]; conline [ ]] []
            if (strstr $conline "you headshot teammate ") [sleep 1000 [say (concatword % $srymsg);voicecom sorry]; conline [ ]] []
        ]
        sleep 1 [tkchk]
    ][]]
    
    newmenu "sorrymsg"
    menuitemtextinput "Auto-sorry upon TK msg: " "result $srymsg" "srymsg = $arg1"
    
    
    
    alias si [
                 if (= (currole) 0) [
                    claimadmin
                    sleep 150 [vote 1]
                                    sleep 1500 [setadmin 0]
                    ][
                    sleep 150 [vote 1]
                                    sleep 1500 [setadmin 0]
                    ]
           ]
    alias no [
                 if (= (currole) 0) [
                    claimadmin
                    sleep 150 [vote 2]
                                    sleep 1500 [setadmin 0]
                    ][
                    sleep 150 [vote 2]
                                    sleep 1500 [setadmin 0]
                    ]
           ]

and maybe this:
if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways [ fog 1024 ])) [ add2alias mapstartalways [ fog 1024 ] ]
Will any of these do weird things, like add to my saved.cfg and make it a wall of text? Will any of these cause end of round win32?
Thanks given by:


Messages In This Thread
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 14 Jan 12, 04:35AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by RCJD - 04 Mar 12, 11:02AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by Mael - 20 Jan 12, 08:38PM
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 10 Feb 12, 01:49AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by Jg99 - 10 Feb 12, 01:57AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 10 Feb 12, 02:37AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by GDM - 06 Mar 12, 01:44AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 11 Feb 12, 01:19AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 11 Feb 12, 01:43AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 11 Feb 12, 02:10AM
RE: AssaultCube Fatal Error: 1.1.0.4 - by .JK. - 12 Feb 12, 04:46PM
RE: AssaultCube Fatal Error: 1.1.0.4 - by Jg99 - 14 Feb 12, 03:06PM