Drop(remove) all weapons when round start (only terrior)
PHP Code:
|
Re: Drop(remove) all weapons when round start (only terrior)
-->
public fw_PlayerSpawn_Post(id) { if(!is_user_alive(id) || is_user_bot(id)) return; if( cs_get_user_team(id) == CS_TEAM_T ) { strip_user_weapons(id) } } Don't forget to include fun module. |
Re: Drop(remove) all weapons when round start (only terrior)
Quote:
|
Re: Drop(remove) all weapons when round start (only terrior)
It drops everything. So you don't have a knife at all. If you want to drop everything, except knife, just add this line under strip_user_weapons:
PHP Code:
|
| All times are GMT -4. The time now is 14:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.