Quote:
|
Originally Posted by organizedKaoS
i dont think
Code:
client_cmd(id, "model %s", default_model)
is a proper client cmd action. At least, if you try it in game nothing happens 
|
I revert to previous statement. A client cannot type in console "model gign" and have it do anything, it simply is not a valid hl command, as far as I know. Just use
Quote:
|
Originally Posted by organizedKaoS
Code:
register_clcmd("item_clothes", "item_handle")
public item_handle(id)
{
return PLUGIN_HANDLED
}
|
Like I suggested earlier.