Ok. This problem happens occasionally but today I've seen it just on time. I use Connor's ham_strip_user_weapon stock
http://forums.alliedmods.net/showpos...7&postcount=42.
Today was the second time my server crashed when this error appeared:
L 05/19/2012 - 20

6:09: Start of error session.
L 05/19/2012 - 20

6:09: Info (map "deathrun_rapture2") (file "addons/amxmodx/logs/error_20120519.log")
L 05/19/2012 - 20

6:09: [FAKEMETA] Invalid entity
L 05/19/2012 - 20

6:09: [AMXX] Displaying debug trace (plugin "ff_knife_mod.amxx")
L 05/19/2012 - 20

6:09: [AMXX] Run time error 10: native error (native "get_pdata_int")
L 05/19/2012 - 20

6:09: [AMXX] [0] ff_knife_mod.sma::ham_strip_user_weapon (line 484)
L 05/19/2012 - 20

6:09: [AMXX] [1] ff_knife_mod.sma::KnifesMenuHandler (line 215)
line 215 - ham_strip_user_weapon(id, CSW_KNIFE, 0, false)
line 484 - if( get_pdata_int(iWeapon, m_iId, XTRA_OFS_WEAPON) == iCswId ) (from the stock)
It happens only at mapchange. Any ideas?