| Eviatar Mor |
12-09-2014 11:08 |
Problem With cs_core
Hey,
Today I Make My First Plugin By Using cs_core and i have some problem.
i upload the plugin to my server and when i try to start the plugin he not work and this show on the logs:
PHP Code:
L 12/09/2014 - 17:47:38: -------- Mapchange to hns_floppytown -------- L 12/09/2014 - 17:47:38: [AMXX] Plugin "hidenseek_shop_by_me.amxx" failed to load: Module/Library "cs_core" required for plugin. Check modules.ini. L 12/09/2014 - 17:47:38: [AMXX] Plugin "TheOneAndOnly.amxx" failed to load: Module/Library "cs_core" required for plugin. Check modules.ini. L 12/09/2014 - 17:47:38: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt") L 12/09/2014 - 17:47:38: Invalid multi-lingual line (file "cstrike\addons\amxmodx\data\lang\uq_jumpstats.txt" line 1) L 12/09/2014 - 17:47:42: [admin.amxx] Login: "Constantine<1><STEAM_0:0:43456899><>" became an admin (account "STEAM_0:0:43456899") (access "abcdefghijklmnopqrstu") (address "10.0.0.1") L 12/09/2014 - 17:59:21: -------- Mapchange to hns_floppytown -------- L 12/09/2014 - 17:59:21: [AMXX] Plugin "hidenseek_shop_by_me.amxx" failed to load: Module/Library "cs_core" required for plugin. Check modules.ini. L 12/09/2014 - 17:59:21: [AMXX] Plugin "TheOneAndOnly.amxx" failed to load: Module/Library "cs_core" required for plugin. Check modules.ini. L 12/09/2014 - 17:59:22: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt") L 12/09/2014 - 17:59:29: [admin.amxx] Login: "Constantine<2><STEAM_0:0:43456899><>" became an admin (account "STEAM_0:0:43456899") (access "abcdefghijklmnopqrstu") (address "10.0.0.1") L 12/09/2014 - 18:01:06: -------- Mapchange to hns_floppytown -------- L 12/09/2014 - 18:01:06: [AMXX] Plugin "hidenseek_shop_by_me.amxx" failed to load: Module/Library "cs_core" required for plugin. Check modules.ini. L 12/09/2014 - 18:01:06: [AMXX] Plugin "TheOneAndOnly.amxx" failed to load: Module/Library "cs_core" required for plugin. Check modules.ini. L 12/09/2014 - 18:01:06: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt") L 12/09/2014 - 18:01:06: [admin.amxx] Login: "Constantine<2><STEAM_0:0:43456899><>" became an admin (account "STEAM_0:0:43456899") (access "abcdefghijklmnopqrstu") (address "10.0.0.1")
my plugins is:
hidenseek_shop_by_me.amxx
TheOneAndOnly.amxx
plzz help me. tnx
|