Raised This Month: $51 Target: $400
 12% 

How to set user Vest to 100 like this


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Electric Boy
Member
Join Date: Jun 2017
Old 06-03-2017 , 13:33   How to set user Vest to 100 like this
Reply With Quote #1

csw_vesthelm
csw_vest

Last edited by Electric Boy; 06-03-2017 at 13:35.
Electric Boy is offline
yas17sin
Veteran Member
Join Date: Oct 2016
Location: Morocco/Sale
Old 06-03-2017 , 13:55   Re: How to set user Vest to 100 like this
Reply With Quote #2

you can do it this way :

PHP Code:
#include <amxmodx>
#include <fun>
#include <cstrike>

public plugin_init()
{
    
register_clcmd("Say /vestme""vest")
    
register_clcmd("say /vestammo""ammo")
}
public 
vest(id)
{
    
give_item(id"item_assaultsuit")
}
public 
ammo(id)
{
    
cs_set_user_bpammo(idCSW_VESTHELM100)

__________________
FINISHED WORKING ON : Attack On Titan Mod (100% Done).

FB Acc : FaceBook Account.

pic: http://prntscr.com/fszkke not good quality
yas17sin is offline
Send a message via ICQ to yas17sin
Electric Boy
Member
Join Date: Jun 2017
Old 06-03-2017 , 14:15   Re: How to set user Vest to 100 like this
Reply With Quote #3

Quote:
Originally Posted by yas17sin View Post
you can do it this way :

PHP Code:
#include <amxmodx>
#include <fun>
#include <cstrike>

public plugin_init()
{
    
register_clcmd("Say /vestme""vest")
    
register_clcmd("say /vestammo""ammo")
}
public 
vest(id)
{
    
give_item(id"item_assaultsuit")
}
public 
ammo(id)
{
    
cs_set_user_bpammo(idCSW_VESTHELM100)

Add author name! yas17sin!
Electric Boy is offline
yas17sin
Veteran Member
Join Date: Oct 2016
Location: Morocco/Sale
Old 06-03-2017 , 14:21   Re: How to set user Vest to 100 like this
Reply With Quote #4

no it's my own choice and please don't go off-topic you asked for help and i am trying to help you.
__________________
FINISHED WORKING ON : Attack On Titan Mod (100% Done).

FB Acc : FaceBook Account.

pic: http://prntscr.com/fszkke not good quality
yas17sin is offline
Send a message via ICQ to yas17sin
Electric Boy
Member
Join Date: Jun 2017
Old 06-03-2017 , 14:23   Re: How to set user Vest to 100 like this
Reply With Quote #5

Quote:
Originally Posted by yas17sin View Post
no it's my own choice and please don't go off-topic you asked for help and i am trying to help you.
Thanks you man i wont do it again I appriciate it!
Electric Boy is offline
yas17sin
Veteran Member
Join Date: Oct 2016
Location: Morocco/Sale
Old 06-03-2017 , 14:40   Re: How to set user Vest to 100 like this
Reply With Quote #6

it's fine. did you understand the code, to use give_item native you should allways include <fun> module and to use the cs_set_user_bpammo native you should allways include <cstrike> it's easy to use.

give_item(id,"") you can use give_item by entering the player id in the first parameter and the weapon_name in the second parameter.

cs_set_user_bpammo(id, CSW_, 1) you can use cs_set_user_bpammo by entering the player id in the first parameter and the CSW_ of the weapon in the second parameter and how much ammo you want to give him in the third parameter.
__________________
FINISHED WORKING ON : Attack On Titan Mod (100% Done).

FB Acc : FaceBook Account.

pic: http://prntscr.com/fszkke not good quality

Last edited by yas17sin; 06-03-2017 at 14:41.
yas17sin is offline
Send a message via ICQ to yas17sin
Old 06-04-2017, 11:27
Craxor
This message has been deleted by Craxor. Reason: EFFx solution!
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 06-04-2017 , 12:44   Re: How to set user Vest to 100 like this
Reply With Quote #7

What about cs_set_user_armor()?

PHP Code:
cs_set_user_armor(idarmorvalueCsArmorType:armortype
1 is the kevlar and the 2 is kevlar+helmet.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx 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 18:01.


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