Quote:
|
Originally Posted by Zenith77
Quote:
public plugin_init()
{
register_plugin("PVK Give Items","1.2b","Dewd In The Newd")
register_concmd("amx_item_pvk","admin_item_pv k",ADMIN_LEVEL_A,"<part of nick> or <# index> <item to give>")
return PLUGIN_CONTINUE
}
|
take that out...its forwarding it :/
|
What are you talking about? plugin_init needs no return. He could put PLUGIN_HANDLED, CONTINUE, or nothing, and it would do the same thing
__________________