Just Extracted the zip into your cstrike folder and add the required modules
and reload map.
To run this all you have to do is extract the zip into the cstrike folder and restart the map.
If you want mysql then open the pluings-nintendomod.ini file and comment the NintendoMod_Vault.amxx and uncomment the NintendoMod_Mysql.amxx and open up the configs/NintendoMod/nintendomod.cfg and uncomment the mysql cvars, and put in your db info.
If you want nVault then open the pluings-nintendomod.ini file and comment the NintendoMod_Vault.amxx and uncomment the NintendoMod_nVault.amxx
Code:
Description
* This is a Counter-Strike Mod, that allows you to be
* nintendo characters. Each character has one passive,
* that gets better as you level. Three Skills with three
* level, that increase the power of the skill, and One
* PowerUp that can be selected above level six. With
* Nintendo Mod it is easy to add and remove characters.
* Each Character has its own saved XP.
Required Modules:
* fakemeta
* cstrike
Client Commands:
* say /changechar - Change your character
* say /selectskills - Select your skills
* say /resetskills - Reset your skills
* say /playerlevels - Other players level
* say /playerskills - Other players skill
* say /skillsinfo - Current characters skills
* say /characterhelp - Menu of all characters to see what they do
* say /nintendohelp - Help menu
* say /nmmenu - Menu with all commands
* +powerup - PowerUp command
Admin Commands:
* amx_givexp - Add xp to player
* amx_takexp - Takes xp from player
* amx_givelevel - Give Levels to player
* amx_setlevel - Sets player level
* amx_resetxp - resets the xp
CVARs:
* sv_nintendomod - 1 = On, 0 = Off
* nm_teamkill - 1 = on, 0 = off
* nm_version
Future Plans
*
Written By Soloist
Version 3.1
Last Updated On 07/24/08
----------------------------------------------------------------------------------------
Changelog
Version 3.1
* When hostages are rescued the whole teams gets exp
* When bomb detonate the whole teams gets exp
Version 3.0.1
* Fixed bug that crashed mod
Version 3.0
* Fixed Admin commands, they no longer say "Unknown command:"
* Fixed Admin commands, Setlevel and GiveLevel, now actually give level to the right person.
* Added hud for when you look at a player.
* Added many built in functions.
Version 2.5
* Added nVault Support
* Hopefully fixed MySql bug
* Added one round delay on loading XP
* Fixed HUD
Version 2.0
* Fix Sql Bug
* Allowed it to be played with DM
Version 1.5
* Added MySql Support
* Added Client Command /playerlevels
* Fix bug where plugin can load itself twice
* Added NMADMIN for Admin access to commands
* Sound for powerup only play on client and not all.
Version 1.0
* Release of the plugin