View Single Post
Plugin Info:     Modification:          Category:         
zkip
Junior Member
Join Date: Mar 2011
Old 04-08-2012 , 13:18   HideNSeek Training Menu v2.1 [2012-04-18]
Reply With Quote #1

Training Menu
Version 2.1

By
zkiP

-[ Description ]-

This is a simple HideNSeek training menu which makes it easier for you to train you jumping skills.

-[ Features ]-
Weapon Menu
Noclip
Godmode
Respawn
Checkpoint tool
Semiclip

-[ To Do List ]-

Any suggestions?

-[ Installation ]-

1. Go to addons/amxmodx/plugins
2. Put in hns_trainingmenu.amxx
3. Go to addons/amxmodx/configs
4. Put in "trainingmenu.txt" You can edit the text to what u want.
5. Save and close.
6. Now open your plugins.ini
7. Under the text "Custom - Add 3rd party plugins here" write hns_trainingmenu.amxx
8. Save and close.
9. Start your server and enjoy!

-[ Versions ]-
1.0 - Plugin release!
1.1 - Added Weapon Menu
1.2 - Added Noclip and Godmode
1.3 - Added Respawn
1.4 - Fixed some buggs
1.5 - Added Checkpoint
1.6 - Added Semiclip
1.7 - Fixed some buggs
1.8 - Added Cvars
1.9 - Added On / Off on noclip and godmode
2.0 - Added so you can see how many loaded and saved checkpoints you have.
2.1 - Added say commands for checkpoint and respawn.

-[ Say Commands ]-

-[ Opens the Main Menu ]-
/menu
/train
/training
/tm

-[ Saves Checkpoint ]-
/save
/check
/cp

-[ Loads a checkpoint ]-
/gc
/go
go
gocheck
/gocheck

-[ Respawns yourself ]-
/respawn
/rs

PHP Code:
// Trainging Menu Cvars!

HNS_TM_Weapon "1" or "0"   // 1 = enable weapon menu and 0 = disable weapon menu
HNS_TM_Noclip "1" or "0"   // 1 = enable noclip tool and 0 = disable noclip tool
HNS_TM_Godmode "1" or "0"   // 1 = enable godmode tool and 0 = disable godmode tool
HNS_TM_Respawn "1" or "0"   // 1 = enable respawn tool and 0 = disable respawn tool
HNS_TM_Checkpoint "1" or "0"   // 1 = enable checkpoint tool and 0 = disable checkpoint tool 
-[ Credits ]-
Invalid - Helping me with the most things!
coderiz - His semiclip code! http://forums.alliedmods.net/showthread.php?t=69728
Emp - His tutorial how to make a menu and submenu! http://forums.alliedmods.net/showthread.php?t=46364

This is my first fully coded plugin so take it easy with the flames please! ;)

[I'm supporting this plugin to 100%]
Attached Files
File Type: txt trainingmenu.txt (398 Bytes, 499 views)
File Type: sma Get Plugin or Get Source (hns_trainingmenu.sma - 1633 views - 10.3 KB)

Last edited by zkip; 04-30-2012 at 05:27.
zkip is offline