AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   [v1.0.3, May 29] Cowboys vs Indians (https://forums.alliedmods.net/showthread.php?t=307902)

GuskiS 05-29-2018 15:57

[v1.0.3, May 29] Cowboys vs Indians
 
2 Attachment(s)


https://i.imgur.com/eKs3eUO.png
- v1.0.3, last updated: 29 may 2018, Servers using this mod GitHub link

Cowboys vs Indians mod for Counter-Strike 1.6.

Wild wild west in Counter-Strike. Choose your side. Become the one. Lead your people to glory.


Contents :

Requirements top

CS 1.6.
AMX Mod X 1.8.2 or higher.
Orpheu 2.3 or higher.

Commands top
  • say /rules
    Shows helpful info.


Cvars top

Cowboys vs Indians mod is fully customizable. Look into cvi_mod.cfg for more information.

API top

Fully working API included. Look into cvi.inc file for more information.

Installation top
  1. Firstly, you need Orpheu. You have just to unzip the content of orpheu_base.zip in ./amxmodx/ ;
  2. Then unzip the content of the provided archive here in ./amxmodx/ ;
  3. Install the plugin*, restart and it's ready.

* You need to compile locally the plugin since it uses third party includes from Orpheu and my plugin.

If you don't know how to compile locally on windows :
  1. Download AMX Mod X Base for windows on the main site ;
  2. Unzip the package somewhere in a folder ;
  3. From the orpheu_base.zip package you have downloaded just before, copy the include files located in ./scripting/include/ to the folder created in 2. in ./addons/amxmodx/scripting/include/ ;
  4. Download includes folder and copy it to ./addons/amxmodx/scripting/include/ too ;
  5. Download ALL sma files and copy it in ./addons/amxmodx/scripting/ ;
  6. Now go to ./addons/amxmodx/scripting/ and click compile.exe ;
  7. You will see a new folder named "compiled" which is automatically created. ;
  8. Congratulations, you have your compiled plugin, you can install it on your server. Restart and it's ready.

Info top
  • Releasing all my mods.
  • Each class can be upgraded by killing enemies
  • To upgrade indian, you need to kill cowboy with knife
  • To upgrade cowboy, you need to kill 3 indians or make 1 headshot (can be changed with cvar)
  • Each class has their own unique weapons that upgrades when you get the upgrade
  • Indians can throw axes
  • There is possibility to swap spawn points to even the odds in some maps
  • Crosshairs have been removed for extra difficulty (indian upgrade has tiny crosshair)


Credits top
  • Original mod creator.
  • Arkshine - For topics design, code and helping in forum.
  • Everyone else who helped with code, answers, testing, suggestions.


Installation Files top


GuskiS 05-29-2018 16:07

Re: [1.0.3, May 29] Cowboys vs Indians
 
Change Log top

v1.0.3 -[29 may 2018]
  • Lets imagine this is initial release.

SHIELD755 05-29-2018 21:11

Re: [1.0.3, May 29] Cowboys vs Indians
 
hmm it look nice

CrAzY MaN 05-29-2018 23:03

Re: [1.0.3, May 29] Cowboys vs Indians
 
You should give more description or a video!

GuskiS 05-30-2018 02:05

Re: [1.0.3, May 29] Cowboys vs Indians
 
There is no video, but if anyone makes it, I will add it to description.

CrAzY MaN 06-07-2018 00:44

Re: [v1.0.3, May 29] Cowboys vs Indians
 
orpheu.inc and orpheu_memory.inc aren't included!

Lol?
PHP Code:

L 06/07/2018 10:20:13Start of error session.
L 06/07/2018 10:20:13Info (map "de_dust2") (file "addons/amxmodx/logs/error_20180607.log")
L 06/07/2018 10:20:13: [AMXXPlugin file open error (plugin "cs_weapons_api.amxx")
L 06/07/2018 10:20:30Called dynanative into a paused plugin.
L 06/07/2018 10:20:30: [AMXXDisplaying debug trace (plugin "cvi_main.amxx"version "1.0.3")
L 06/07/2018 10:20:30: [AMXXRun time error 10native error (native "RoundTimerSet")
L 06/07/2018 10:20:30: [AMXX]    [0cvi_main.sma::set_timer (line 115)
L 06/07/2018 10:20:30Called dynanative into a paused plugin.
L 06/07/2018 10:20:30: [AMXXDisplaying debug trace (plugin "cvi_class_indian.amxx"version "1.0.3")
L 06/07/2018 10:20:30: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:20:30: [AMXX]    [0cvi_stocks.inc::is_indian (line 22)
L 06/07/2018 10:20:30: [AMXX]    [1cvi_class_indian.sma::client_PreThink (line 44)
L 06/07/2018 10:20:30Called dynanative into a paused plugin.
L 06/07/2018 10:20:30: [AMXXDisplaying debug trace (plugin "cvi_hudinfo.amxx"version "1.0.3")
L 06/07/2018 10:20:30: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:20:30: [AMXX]    [0cvi_hudinfo.sma::Event_StatusValue_S (line 39)
L 06/07/2018 10:20:30Called dynanative into a paused plugin.
L 06/07/2018 10:20:30: [AMXXDisplaying debug trace (plugin "cvi_replacements.amxx"version "1.0.3")
L 06/07/2018 10:20:30: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:20:30: [AMXX]    [0cvi_replacements.sma::Ham_Knife_Deploy_post (line 171)
L 06/07/2018 10:20:30Called dynanative into a paused plugin.
L 06/07/2018 10:20:30: [AMXXDisplaying debug trace (plugin "cvi_round_winner.amxx"version "1.0.3")
L 06/07/2018 10:20:30: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:20:30: [AMXX]    [0cvi_round_winner.sma::Message_Winner (line 44)
L 06/07/2018 10:20:43Called dynanative into a paused plugin.
L 06/07/2018 10:20:43: [AMXXDisplaying debug trace (plugin "cvi_weapon_knife.amxx"version "1.0.3")
L 06/07/2018 10:20:43: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:20:43: [AMXX]    [0cvi_weapon_knife.sma::Ham_TakeDamage_pre (line 309)
L 06/07/2018 10:20:46Called dynanative into a paused plugin.
L 06/07/2018 10:20:46: [AMXXDisplaying debug trace (plugin "cvi_class_cowboy.amxx"version "1.0.3")
L 06/07/2018 10:20:46: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:20:46: [AMXX]    [0cvi_class_cowboy.sma::Ham_Killed_pre (line 175)
L 06/07/2018 10:22:14: [CSTRIKEInvalid weapon id 29
L 06
/07/2018 10:22:14: [AMXXRun time error 10 (plugin "CFM.amxx") (native "cs_set_user_bpammo") - debug not enabled!
L 06/07/2018 10:22:14: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
L 06/07/2018 10:23:14Start of error session.
L 06/07/2018 10:23:14Info (map "de_dust2") (file "addons/amxmodx/logs/error_20180607.log")
L 06/07/2018 10:23:14: [AMXXPlugin file open error (plugin "cs_weapons_api.amxx")
L 06/07/2018 10:23:25Called dynanative into a paused plugin.
L 06/07/2018 10:23:25: [AMXXDisplaying debug trace (plugin "cvi_main.amxx"version "1.0.3")
L 06/07/2018 10:23:25: [AMXXRun time error 10native error (native "RoundTimerSet")
L 06/07/2018 10:23:25: [AMXX]    [0cvi_main.sma::set_timer (line 115)
L 06/07/2018 10:23:25Called dynanative into a paused plugin.
L 06/07/2018 10:23:25: [AMXXDisplaying debug trace (plugin "cvi_class_indian.amxx"version "1.0.3")
L 06/07/2018 10:23:25: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:23:25: [AMXX]    [0cvi_stocks.inc::is_indian (line 22)
L 06/07/2018 10:23:25: [AMXX]    [1cvi_class_indian.sma::client_PreThink (line 44)
L 06/07/2018 10:23:25Called dynanative into a paused plugin.
L 06/07/2018 10:23:25: [AMXXDisplaying debug trace (plugin "cvi_hudinfo.amxx"version "1.0.3")
L 06/07/2018 10:23:25: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:23:25: [AMXX]    [0cvi_hudinfo.sma::Event_StatusValue_S (line 39)
L 06/07/2018 10:23:26Called dynanative into a paused plugin.
L 06/07/2018 10:23:26: [AMXXDisplaying debug trace (plugin "cvi_round_winner.amxx"version "1.0.3")
L 06/07/2018 10:23:26: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:23:26: [AMXX]    [0cvi_round_winner.sma::Message_Winner (line 44)
L 06/07/2018 10:23:26Called dynanative into a paused plugin.
L 06/07/2018 10:23:26: [AMXXDisplaying debug trace (plugin "cvi_replacements.amxx"version "1.0.3")
L 06/07/2018 10:23:26: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:23:26: [AMXX]    [0cvi_replacements.sma::Ham_Knife_Deploy_post (line 171)
L 06/07/2018 10:23:26Called dynanative into a paused plugin.
L 06/07/2018 10:23:26: [AMXXDisplaying debug trace (plugin "cvi_weapon_knife.amxx"version "1.0.3")
L 06/07/2018 10:23:26: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:23:26: [AMXX]    [0cvi_weapon_knife.sma::Ham_TakeDamage_pre (line 309)
L 06/07/2018 10:23:36Called dynanative into a paused plugin.
L 06/07/2018 10:23:36: [AMXXDisplaying debug trace (plugin "cvi_class_cowboy.amxx"version "1.0.3")
L 06/07/2018 10:23:36: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:23:36: [AMXX]    [0cvi_class_cowboy.sma::Ham_Killed_pre (line 175)
L 06/07/2018 10:24:16Start of error session.
L 06/07/2018 10:24:16Info (map "de_dust2") (file "addons/amxmodx/logs/error_20180607.log")
L 06/07/2018 10:24:16: [AMXXPlugin file open error (plugin "cs_weapons_api.amxx")
L 06/07/2018 10:24:22Called dynanative into a paused plugin.
L 06/07/2018 10:24:22: [AMXXDisplaying debug trace (plugin "cvi_main.amxx"version "1.0.3")
L 06/07/2018 10:24:22: [AMXXRun time error 10native error (native "RoundTimerSet")
L 06/07/2018 10:24:22: [AMXX]    [0cvi_main.sma::set_timer (line 115)
L 06/07/2018 10:24:22Called dynanative into a paused plugin.
L 06/07/2018 10:24:22: [AMXXDisplaying debug trace (plugin "cvi_class_indian.amxx"version "1.0.3")
L 06/07/2018 10:24:22: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:24:22: [AMXX]    [0cvi_stocks.inc::is_indian (line 22)
L 06/07/2018 10:24:22: [AMXX]    [1cvi_class_indian.sma::client_PreThink (line 44)
L 06/07/2018 10:24:22Called dynanative into a paused plugin.
L 06/07/2018 10:24:22: [AMXXDisplaying debug trace (plugin "cvi_hudinfo.amxx"version "1.0.3")
L 06/07/2018 10:24:22: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:24:22: [AMXX]    [0cvi_hudinfo.sma::Event_StatusValue_S (line 39)
L 06/07/2018 10:24:22Called dynanative into a paused plugin.
L 06/07/2018 10:24:22: [AMXXDisplaying debug trace (plugin "cvi_round_winner.amxx"version "1.0.3")
L 06/07/2018 10:24:22: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:24:22: [AMXX]    [0cvi_round_winner.sma::Message_Winner (line 44)
L 06/07/2018 10:24:22Called dynanative into a paused plugin.
L 06/07/2018 10:24:22: [AMXXDisplaying debug trace (plugin "cvi_replacements.amxx"version "1.0.3")
L 06/07/2018 10:24:22: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:24:22: [AMXX]    [0cvi_replacements.sma::Ham_Knife_Deploy_post (line 171)
L 06/07/2018 10:24:35Called dynanative into a paused plugin.
L 06/07/2018 10:24:35: [AMXXDisplaying debug trace (plugin "cvi_class_cowboy.amxx"version "1.0.3")
L 06/07/2018 10:24:35: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:24:35: [AMXX]    [0cvi_class_cowboy.sma::Ham_Killed_pre (line 175)
L 06/07/2018 10:24:46Start of error session.
L 06/07/2018 10:24:46Info (map "aa_dima2") (file "addons/amxmodx/logs/error_20180607.log")
L 06/07/2018 10:24:46: [AMXXPlugin file open error (plugin "cs_weapons_api.amxx")
L 06/07/2018 10:24:52Called dynanative into a paused plugin.
L 06/07/2018 10:24:52: [AMXXDisplaying debug trace (plugin "cvi_main.amxx"version "1.0.3")
L 06/07/2018 10:24:52: [AMXXRun time error 10native error (native "RoundTimerSet")
L 06/07/2018 10:24:52: [AMXX]    [0cvi_main.sma::set_timer (line 115)
L 06/07/2018 10:24:52Called dynanative into a paused plugin.
L 06/07/2018 10:24:52: [AMXXDisplaying debug trace (plugin "cvi_class_indian.amxx"version "1.0.3")
L 06/07/2018 10:24:52: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:24:52: [AMXX]    [0cvi_stocks.inc::is_indian (line 22)
L 06/07/2018 10:24:52: [AMXX]    [1cvi_class_indian.sma::client_PreThink (line 44)
L 06/07/2018 10:24:53Called dynanative into a paused plugin.
L 06/07/2018 10:24:53: [AMXXDisplaying debug trace (plugin "cvi_hudinfo.amxx"version "1.0.3")
L 06/07/2018 10:24:53: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:24:53: [AMXX]    [0cvi_hudinfo.sma::Event_StatusValue_S (line 39)
L 06/07/2018 10:25:20Called dynanative into a paused plugin.
L 06/07/2018 10:25:20: [AMXXDisplaying debug trace (plugin "cvi_replacements.amxx"version "1.0.3")
L 06/07/2018 10:25:20: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:25:20: [AMXX]    [0cvi_replacements.sma::Ham_Knife_Deploy_post (line 171)
L 06/07/2018 10:25:22Called dynanative into a paused plugin.
L 06/07/2018 10:25:22: [AMXXDisplaying debug trace (plugin "cvi_class_cowboy.amxx"version "1.0.3")
L 06/07/2018 10:25:22: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:25:22: [AMXX]    [0cvi_class_cowboy.sma::Ham_Killed_pre (line 175)
L 06/07/2018 10:25:27Called dynanative into a paused plugin.
L 06/07/2018 10:25:27: [AMXXDisplaying debug trace (plugin "cvi_round_winner.amxx"version "1.0.3")
L 06/07/2018 10:25:27: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:25:27: [AMXX]    [0cvi_round_winner.sma::Message_Winner (line 44)
L 06/07/2018 10:26:34Called dynanative into a paused plugin.
L 06/07/2018 10:26:34: [AMXXDisplaying debug trace (plugin "cvi_main.amxx"version "1.0.3")
L 06/07/2018 10:26:34: [AMXXRun time error 10native error (native "RoundTimerSet")
L 06/07/2018 10:26:34: [AMXX]    [0cvi_main.sma::set_timer (line 115)
L 06/07/2018 10:26:34Called dynanative into a paused plugin.
L 06/07/2018 10:26:34: [AMXXDisplaying debug trace (plugin "cvi_class_indian.amxx"version "1.0.3")
L 06/07/2018 10:26:34: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:26:34: [AMXX]    [0cvi_stocks.inc::is_indian (line 22)
L 06/07/2018 10:26:34: [AMXX]    [1cvi_class_indian.sma::client_PreThink (line 44)
L 06/07/2018 10:26:34Called dynanative into a paused plugin.
L 06/07/2018 10:26:34: [AMXXDisplaying debug trace (plugin "cvi_hudinfo.amxx"version "1.0.3")
L 06/07/2018 10:26:34: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:26:34: [AMXX]    [0cvi_hudinfo.sma::show_status (line 57)
L 06/07/2018 10:27:29Called dynanative into a paused plugin.
L 06/07/2018 10:27:29: [AMXXDisplaying debug trace (plugin "cvi_replacements.amxx"version "1.0.3")
L 06/07/2018 10:27:29: [AMXXRun time error 10native error (native "cvi_get_playerdata")
L 06/07/2018 10:27:29: [AMXX]    [0cvi_replacements.sma::Ham_Knife_Deploy_post (line 171)
L 06/07/2018 10:27:40Called dynanative into a paused plugin.
L 06/07/2018 10:27:40: [AMXXDisplaying debug trace (plugin "cvi_class_cowboy.amxx"version "1.0.3")
L 06/07/2018 10:27:40: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:27:40: [AMXX]    [0cvi_class_cowboy.sma::Ham_Killed_pre (line 175)
L 06/07/2018 10:27:45Called dynanative into a paused plugin.
L 06/07/2018 10:27:45: [AMXXDisplaying debug trace (plugin "cvi_round_winner.amxx"version "1.0.3")
L 06/07/2018 10:27:45: [AMXXRun time error 10native error (native "cvi_get_globalinfo")
L 06/07/2018 10:27:45: [AMXX]    [0cvi_round_winner.sma::Message_Winner (line 44)
L 06/07/2018 10:28:34Start of error session.
L 06/07/2018 10:28:34Info (map "aa_dima2") (file "addons/amxmodx/logs/error_20180607.log")
L 06/07/2018 10:28:34: [AMXXPlugin file open error (plugin "cs_weapons_api.amxx")
L 06/07/2018 10:28:40Called dynanative into a paused plugin.
L 06/07/2018 10:28:40: [AMXXDisplaying debug trace (plugin "cvi_main.amxx"version "1.0.3")
L 06/07/2018 10:28:40: [AMXXRun time error 10native error (native "RoundTimerSet")
L 06/07/2018 10:28:40: [AMXX]    [0cvi_main.sma::set_timer (line 115)
L 06/07/2018 10:28:40Called dynanative into a paused plugin.
L 06/07/2018 10:28:40: [AMXXRun time error 10 (plugin "cvi_class_indian.amxx") (native "cvi_get_playerdata") - debug not enabled!
L 06/07/2018 10:28:40: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
L 06/07/2018 10:28:40Called dynanative into a paused plugin.
L 06/07/2018 10:28:40: [AMXXRun time error 10 (plugin "cvi_hudinfo.amxx") (native "cvi_get_globalinfo") - debug not enabled!
L 06/07/2018 10:28:40: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
L 06/07/2018 10:28:55Called dynanative into a paused plugin.
L 06/07/2018 10:28:55: [AMXXRun time error 10 (plugin "cvi_weapon_knife.amxx") (native "cvi_get_globalinfo") - debug not enabled!
L 06/07/2018 10:28:55: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
L 06/07/2018 10:29:24Called dynanative into a paused plugin.
L 06/07/2018 10:29:24: [AMXXRun time error 10 (plugin "cvi_replacements.amxx") (native "cvi_get_playerdata") - debug not enabled!
L 06/07/2018 10:29:24: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
L 06/07/2018 10:29:28Called dynanative into a paused plugin.
L 06/07/2018 10:29:28: [AMXXRun time error 10 (plugin "cvi_class_cowboy.amxx") (native "cvi_get_globalinfo") - debug not enabled!
L 06/07/2018 10:29:28: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
L 06/07/2018 10:29:31Called dynanative into a paused plugin.
L 06/07/2018 10:29:31: [AMXXRun time error 10 (plugin "cvi_round_winner.amxx") (native "cvi_get_globalinfo") - debug not enabled!
L 06/07/2018 10:29:31: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes). 

Some plugins were auto-paused whereas some were not running.

GuskiS 06-07-2018 03:45

Re: [v1.0.3, May 29] Cowboys vs Indians
 
Read Installation

EDIT: Actually, it seems that I have uploaded wrong file, will fix that later today.

GuskiS 06-08-2018 01:55

Re: [v1.0.3, May 29] Cowboys vs Indians
 
cvi_main.zip has been updated. Sorry about that, when I was putting everything together, I had couple of folders of files, and I accidentally pasted config files into wrong one :(

Zepork 07-31-2018 10:00

Re: [v1.0.3, May 29] Cowboys vs Indians
 
Why???
Code:

L 07/31/2018 - 16:50:33: Start of error session.
L 07/31/2018 - 16:50:33: Info (map "de_eldorado") (file "addons/amxmodx/logs/error_20180731.log")
L 07/31/2018 - 16:50:33: [AMXX] Plugin file open error (plugin "timer_controller.amxx")
L 07/31/2018 - 16:50:33: [AMXX] Plugin file open error (plugin "round_terminator.amxx")
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_class_cowboy.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_class_cowboy.sma::plugin_init (line 62)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_class_indian.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_class_indian.sma::plugin_init (line 32)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_weapon_revolver.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_weapon_revolver.sma::plugin_init (line 69)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_weapon_1887m.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_weapon_1887m.sma::plugin_init (line 47)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_weapon_contender.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_weapon_contender.sma::plugin_init (line 50)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_weapon_bow.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_weapon_bow.sma::plugin_init (line 53)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_weapon_knife.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_weapon_knife.sma::plugin_init (line 41)
L 07/31/2018 - 16:50:35: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:35: [AMXX] Displaying debug trace (plugin "cvi_spawn_swapper.amxx", version "1.0.3")
L 07/31/2018 - 16:50:35: [AMXX] Run time error 10: native error (native "cvi_register_cvar")
L 07/31/2018 - 16:50:35: [AMXX]    [0] cvi_stocks.inc::my_register_cvar (line 78)
L 07/31/2018 - 16:50:35: [AMXX]    [1] cvi_spawn_swapper.sma::plugin_init (line 25)
L 07/31/2018 - 16:50:51: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:51: [AMXX] Displaying debug trace (plugin "cvi_team_management.amxx", version "1.0.3")
L 07/31/2018 - 16:50:51: [AMXX] Run time error 10: native error (native "cvi_get_globalinfo")
L 07/31/2018 - 16:50:51: [AMXX]    [0] cvi_team_management.sma::client_putinserver (line 33)
L 07/31/2018 - 16:50:52: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:52: [AMXX] Displaying debug trace (plugin "cvi_hudinfo.amxx", version "1.0.3")
L 07/31/2018 - 16:50:52: [AMXX] Run time error 10: native error (native "cvi_get_globalinfo")
L 07/31/2018 - 16:50:52: [AMXX]    [0] cvi_hudinfo.sma::show_status (line 57)
L 07/31/2018 - 16:50:54: Called dynanative into a paused plugin.
L 07/31/2018 - 16:50:54: [AMXX] Displaying debug trace (plugin "cvi_replacements.amxx", version "1.0.3")
L 07/31/2018 - 16:50:54: [AMXX] Run time error 10: native error (native "cvi_get_playerdata")
L 07/31/2018 - 16:50:54: [AMXX]    [0] cvi_replacements.sma::Ham_Knife_Deploy_post (line 171)


GuskiS 07-31-2018 11:11

Re: [v1.0.3, May 29] Cowboys vs Indians
 
You are missing these files:
Code:

L 07/31/2018 - 16:50:33: [AMXX] Plugin file open error (plugin "timer_controller.amxx")
L 07/31/2018 - 16:50:33: [AMXX] Plugin file open error (plugin "round_terminator.amxx")

make sure they are compiled and added to plugins folder.


All times are GMT -4. The time now is 17:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.