|
Author
|
Message
|
|
Senior Member
|

01-01-2008
, 18:24
Announceing
|
#1
|
Well i amd remaking a chance mod for cs hns, and i would like it to announce once a player gets the weapon for example. what do i add to this code so when the user gets the gun it announces to everyone
if(random_num(0, 100) <= 3)
{
give_item(player,"weapon_awp");
new weapon_id = find_ent_by_owner(-1, "weapon_awp", player);
cs_set_weapon_ammo(weapon_id, 3);
client_print(player, print_chat, "You were lucky, you got a awp with 3 bullets")
|
|
|
|