Raised This Month: $ Target: $400
 0% 

[SOLVED] Weapon Bulllet


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Old.School
Senior Member
Join Date: Sep 2015
Location: France
Old 11-14-2015 , 11:15   [SOLVED] Weapon Bulllet
Reply With Quote #1

i need help to Make Deagle Have Only 1 bullet not 7 bullet and thnx for all

PHP Code:
for(new 1<= g_iMaxPlayersi++)
        {
            if(!
is_user_alive(i)) continue;
            switch(
jbe_get_user_team(i))
            {
                case 
1:
                {
                    
fm_strip_user_weapons(i);
                    
fm_give_item(i"weapon_deagle");
                    
fm_set_user_bpammo(iCSW_DEAGLE0);
                }
                case 
2:
                {
                    
fm_strip_user_weapons(i);
                    
fm_give_item(i"weapon_deagle");
                    
fm_set_user_bpammo(iCSW_DEAGLE0);

                }
            }
        } 
__________________
You keep bringing B.R down .. He will rise again and kick Enemies asses !

Last edited by Old.School; 11-14-2015 at 20:43.
Old.School is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode