View Single Post
husam124
BANNED
Join Date: Jul 2017
Location: Usa
Old 01-11-2021 , 12:32   Re: I wanna some plugin for my knife server
Reply With Quote #15

Quote:
Originally Posted by Natsheh View Post
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <hamsandwich> #include <fakemeta> #define PLUGIN "FL_FROZEN Reset on Murder" #define VERSION "1.0" #define AUTHOR "Natsheh" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         RegisterHam(Ham_Killed, "player", "fw_player_killed_pre"); } public fw_player_killed_pre(victim, killer) {     set_pev(victim, pev_flags, pev(victim, pev_flags) & ~FL_FROZEN ); }
ty <3
husam124 is offline
Send a message via ICQ to husam124 Send a message via AIM to husam124 Send a message via Yahoo to husam124 Send a message via Skype™ to husam124