View Single Post
Author Message
anakonda001
Member
Join Date: Jul 2020
Old 08-30-2020 , 04:20   the results of the bonus
Reply With Quote #1

how to execute the command "say /pb" for the AK47 seat

Code:
public pointBonus_GiveAk47(id){
	CHECK_ALIVE(id)
	CHECK_ROUNDTIME(id)
	
	DropWeaponSlot(id,1)
	
	fm_give_item(id,"weapon_ak47")
	cs_set_user_bpammo(id,CSW_AK47,90)
	
	return 1
}
anakonda001 is offline