Raised This Month: $51 Target: $400
 12% 

[SEARCH] Knife Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
!RareMan!
Junior Member
Join Date: Dec 2005
Old 12-25-2005 , 10:07   [SEARCH] Knife Plugin
Reply With Quote #1

Hi,
i search the plugin for amxx for my server it is a knifeserver but i need the knife plugin
every must have a knife.
It were very nice when someone upp the plugin
!RareMan! is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 12-25-2005 , 10:57  
Reply With Quote #2

http://forums.alliedmods.net/showthread.php?p=28343

Try a little harder in your search next time please.
Brad is offline
!RareMan!
Junior Member
Join Date: Dec 2005
Old 12-25-2005 , 15:49  
Reply With Quote #3

yes but every nextmap i must write in console amx_knifesonly 1
i would like to have a knife server and when i am not online then isn't knife give it a plugin where is it everytime knife ?
!RareMan! is offline
pulpy
Senior Member
Join Date: Oct 2005
Location: Brights Grove, ON
Old 12-25-2005 , 16:07  
Reply With Quote #4

add amx_knifesonly 1 to your server.cfg
__________________
pulpy is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 12-26-2005 , 07:43  
Reply With Quote #5

I wrote this script as an example for some guy.
It pretty simple and handy at the same time.
Code:
#include <amxmodx> public plugin_init() {     register_plugin("Knives Only [without weapons strip]", "0.1", "VEN")     register_event("CurWeapon", "event_knife_off", "be", "1=0", "2=29")     register_cvar("amx_knives_only", "1") } public event_knife_off(id) {     if (!get_cvar_num("amx_knives_only"))         return     engclient_cmd(id, "weapon_knife")     client_print(id, print_center, "Knives only mode is on. You can't swith your weapons!") }
VEN is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:57.


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