Raised This Month: $32 Target: $400
 8% 

get_user_ammo


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Obada
Senior Member
Join Date: Dec 2014
Location: Abu Dhabi
Old 03-23-2015 , 06:37   get_user_ammo
Reply With Quote #1

Hey,

I was making a hud message which shows you the other player's bullets.

The thing is that, it shows something like this.

Code:
His/Her Bullets: 1
Instead of showing his/her actual bullets number, it just shows 1.
PHP Code:
new clip1ammo1
set_hudmessage
(2552550, -1.00.2506.01.0)
show_hudmessage(0,"His/Her Bullets: %d"get_user_ammo(idCSW_USPclip1ammo1)) 

What did I do wrong?

Thanks.

PS. I don't want to use cs_get_weapon_ammo, nor cs_get_user_bpammo. Because I want to get the total player's bullets.

Thanks again.

Last edited by Obada; 03-23-2015 at 06:43.
Obada is offline
jimaway
Heeeere's Jimmy!
Join Date: Jan 2009
Location: Estonia
Old 03-23-2015 , 07:04   Re: get_user_ammo
Reply With Quote #2

get_user_ammo does not return the amount of ammo, but instead stores the values inside variables that you pass to it
jimaway is offline
Shiina.Mashiro
Senior Member
Join Date: Sep 2014
Location: Vietnam
Old 03-23-2015 , 09:14   Re: get_user_ammo
Reply With Quote #3

so I guess it is gonna be like this
PHP Code:
new clip1ammo1
get_user_ammo
(idCSW_USPclip1ammo1)
set_hudmessage(2552550, -1.00.2506.01.0)
show_hudmessage(0,"His/Her Bullets: %d"ammo1
</span></span>
__________________
Shiina.Mashiro is offline
Obada
Senior Member
Join Date: Dec 2014
Location: Abu Dhabi
Old 03-26-2015 , 12:28   Re: get_user_ammo
Reply With Quote #4

Alright thanks, But it just shows the backpack ammo, is there any way I can show the total amount of ammo?
Obada is offline
jimaway
Heeeere's Jimmy!
Join Date: Jan 2009
Location: Estonia
Old 03-26-2015 , 12:30   Re: get_user_ammo
Reply With Quote #5

Quote:
Originally Posted by Obada View Post
Alright thanks, But it just shows the backpack ammo, is there any way I can show the total amount of ammo?
clip1+ammo1
jimaway is offline
Obada
Senior Member
Join Date: Dec 2014
Location: Abu Dhabi
Old 03-26-2015 , 12:36   Re: get_user_ammo
Reply With Quote #6

Thanks alot, it worked!
Obada is offline
Reply



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 15:27.


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