gun with only 3bullets
well i cannot found the thread where you psoted the reply of how to do this:
i need something that gives a gun for example deagle and only 3bullets :/ |
Re: gun with only 3bullets
Use cs_set_weapon_ammo() and cs_set_user_bpammo().
|
Re: gun with only 3bullets
Quote:
argument type mismatch <argument 2> the lines looks: Code:
fm_give_item(id,"weapon_deagle") |
Re: gun with only 3bullets
PHP Code:
|
Re: gun with only 3bullets
new Entity = give_item( id, "weapon_deagle" );
cs_set_weapon_ammo( Entity, 3 ); cs_set_user_bpammo( id, CSW_DEAGLE , 0 ); |
Re: gun with only 3bullets
1 problem next round when he gets a deagle he got 35 reload... :(
only when he dies he gets again deagle with 3 bullets :( |
Re: gun with only 3bullets
Use this for bullets in weapon : http://forums.alliedmods.net/showthread.php?p=728613
Use this for backpackammo : http://forums.alliedmods.net/showthread.php?p=720161 |
Re: gun with only 3bullets
i dont know is this a bug of thep lugins or what but when you drop a deagle you get another one ;(
|
| All times are GMT -4. The time now is 15:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.