The first thing I saw was this error with my scrollmsg.amxx:
Code: Select all
L 01/04/2006 - 18:00:25: [AMXX] Displaying debug trace (plugin "scrollmsg.amxx")
L 01/04/2006 - 18:00:25: [AMXX] Run time error 10: native error (native "replace")
L 01/04/2006 - 18:00:25: [AMXX] [0] scrollmsg.sma::setMessage (line 98)
Code: Select all
new hostname[64]
get_cvar_string("hostname",hostname,63)
replace(g_scrollMsg,380,"%hostname%",hostname)
Then also that same day I started noticing this:
I looked in the language file for Warcraft 3 FT and it is spelled right for english. I even upgraded to 2.3.0 to see if that would fix it and still no luck.
I also searched your menus.inl to see if there was a coding problem.
I found this in the items.inl:
Code: Select all
if (!is_user_alive(id) && (iShopmenuItem==ITEM_BOOTS || iShopmenuItem==ITEM_CLAWS || iShopmenuItem==ITEM_CLOAK || iShopmenuItem==ITEM_MASK || iShopmenuItem==ITEM_NECKLACE || iShopmenuItem==ITEM_FROST || iShopmenuItem==ITEM_HEALTH)){
client_print(id,print_center,"%L",id,"NOT_PURCHASE_WHEN_DEAD")
return PLUGIN_CONTINUE
}
if(iShopmenuItem==p_data[id][P_ITEM] && iShopmenuItem!=ITEM_TOME){
client_print(id,print_center,"%L",id,"ALREADY_OWN_THAT_ITEM")
return PLUGIN_CONTINUE
This is the only error that was about Warcraft 3 FT in my logs:
Code: Select all
L 01/07/2006 - 00:44:49: [AMXX] Displaying debug trace (plugin "warcraft3FT.amxx")
L 01/07/2006 - 00:44:49: [AMXX] Run time error 4: index out of bounds (array "p_data_b[33][37]") (indexed "[][]")
L 01/07/2006 - 00:44:49: [AMXX] [0] skills.inl::Skill_Check (line 74)
L 01/07/2006 - 00:44:49: [AMXX] [1] war3ft.inl::WAR3_set_race (line 715)
L 01/07/2006 - 00:44:49: [AMXX] [2] events.inl::on_ResetHud (line 1022)
Also it is the error that I stated before here:
viewtopic.php?t=920
The only things that I have added from since those errors started was AMX Bans 4.3 and a new recoded version of a knives only plugin with help from teame06 and v3x.
I am totally lost