View Single Post
SpliN
Junior Member
Join Date: Jun 2020
Location: Egypt
Old 04-21-2021 , 18:00   Re: Fix Errors Please !!!
Reply With Quote #2

this will work

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "No Weapons Drop"
#define VERSION "1.0"
#define AUTHOR "SpliN"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("drop","hookdrop",-1)
}
public 
hookdrop()
{
    return 
PLUGIN_HANDLED

SpliN is offline