Raised This Month: $ Target: $400
 0% 

need knife csdm plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SplinteX
Member
Join Date: Aug 2012
Location: jordan,amman
Old 08-22-2012 , 04:59   need knife csdm plugin
Reply With Quote #1

hey guys . i need a csdm plugin to my knife server ,, i tried csdm 2.1 but he give the player 100hp in 35hp maps and 1hp maps and give him gun menu to choose there weapon !! i don't want that

i just need a csdm plugin to make revive after u died with spawn protection ,, just that ,
can any one make it plz ????
__________________
Human and not proud!?
Arabian and proud!!!
MUSLIM AND PROUD!!!!!!
SplinteX is offline
silentscope
Junior Member
Join Date: Jul 2011
Old 08-22-2012 , 11:01   Re: need knife csdm plugin
Reply With Quote #2

I recommend you to read CSDM manual, you will find everything you need.
disable csdm_equip.amxx
enable csdm_protection.amxx


If you want 35hp, use this plugin:

Code:
#include <amxmodx>
#include <hamsandwich>
#include <fun>

#define PLUGIN "HP on Spawn"
#define VERSION "1.0"
#define AUTHOR "alan_el_more"

#define SET_HP 35

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn, "player", "fw_PlayerSpawn_Post", 1)
}

public fw_PlayerSpawn_Post(id)
{
if (!is_user_alive(id))
return;

set_user_health(id, SET_HP)
}
silentscope is offline
SplinteX
Member
Join Date: Aug 2012
Location: jordan,amman
Old 08-22-2012 , 15:54   Re: need knife csdm plugin
Reply With Quote #3

ok and how to remove /guns list ?
__________________
Human and not proud!?
Arabian and proud!!!
MUSLIM AND PROUD!!!!!!
SplinteX is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 08-22-2012 , 15:59   Re: need knife csdm plugin
Reply With Quote #4

delete register_clcmd in csdm.sma
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
SplinteX
Member
Join Date: Aug 2012
Location: jordan,amman
Old 08-22-2012 , 17:23   Re: need knife csdm plugin
Reply With Quote #5

there is more than one csdm sma ,, witch one ?
__________________
Human and not proud!?
Arabian and proud!!!
MUSLIM AND PROUD!!!!!!
SplinteX is offline
SplinteX
Member
Join Date: Aug 2012
Location: jordan,amman
Old 08-25-2012 , 01:08   Re: need knife csdm plugin
Reply With Quote #6

@silentscope that plugin worked only for me :/ all players still 100hp but am 35hp :/ fix it plz
__________________
Human and not proud!?
Arabian and proud!!!
MUSLIM AND PROUD!!!!!!
SplinteX 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 13:52.


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