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:
and maybe this:
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?
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:
[SELECT ALL] Code:
// 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:
[SELECT ALL] Code:
if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways [ fog 1024 ])) [ add2alias mapstartalways [ fog 1024 ] ]