PHP Code:
public tagct( id, level, cid )
{
if( !cmd_access( id, level, cid, 4 ) )
return PLUGIN_HANDLED;
new tagct[32];
read_argv(1, tagct);
remove_quotes(tagct);
console_print(id, "Tag from CT team is %s", tagct)
}
public tagt( id, level, cid )
{
if( !cmd_access( id, level, cid, 4 ) )
return PLUGIN_HANDLED;
new tagt[32];
read_argv(1, tagtt);
remove_quotes(tagt);
console_print(id, "Tag from T team is %s", tagt)
}