This is my first plugin, I'm just starting it, it is my first plugin
the point of this plugin is to kill only in the stomach (im doing this coz its easy)
this is what ive got, tell me if Im on the right track plz
PHP Code:
#include <amxmodx>
#include <fun>
new PLUGIN[]="Stomach Ache"
new AUTHOR[]="DT_TORRES"
new VERSION[]="BETA"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_concmd("amx_stomachache", "HIT_STOMACH 3", ADMIN_SLAY,"<target>")
}
btw:plz gimme karma im working a lot learning scrpting, i deserver it
ty m4a1 for help