Quote:
Originally Posted by zwfgdlc
try this.
PHP Code:
/* Returns 1 if no knives mode is enabled, else 0. */ native cs_get_no_knives();
/* Enabled no knives mode by calling this with value 1. Disabled with 0. * No knives mode means that player will not be given a knife when spawning. * You can still give knives (ie through fun's give_item). */ native cs_set_no_knives(noknives = 0);
|
yeah just saw that...
if that dont work just strip it.
like on plugin start or map start
cs_set_no_knives(1)
i believe thats how its done