Fun is faster in that than fakemeta
PHP Code:
#include <amxmodx>
#include <fun>
#define PLUGIN "Give Item to T"
#define VERSION "1.1"
#define AUTHOR "TitANious"
public plugin_init() {
register_plugin( PLUGIN, VERSION, AUTHOR );
register_clcmd( "say /Knife, "cmdKnife" );
}
public cmdKnife(id)
{
if(get_user_team(id) == 1)
{
give_item(id, "weapon_knife")
}
}
__________________
I dislike this.
"A sneeze never comes alone!" <-- Important to remember.