Awp block every round help
my hns awp block only works half a round if anyone knows how to fix this pm me so i can send my script and tell me what my problem is
|
Re: Awp block every round help
Why don't you post the code here so anyone who might know to solve the problem to help you?
|
Re: Awp block every round help
can you help me?
|
Re: Awp block every round help
I can.
|
Re: Awp block every round help
no you cant, can anyone help?
|
Re: Awp block every round help
actionAwp(id)
{ if (is_user_alive(id) && !AwpUsed[id] && get_user_team(id) == 1) { give_item(id, "weapon_awp"); cs_set_weapon_ammo(find_ent_by_owner(1, "weapon_awp", id), 1); AwpUsed[id]++; new name[33]; get_user_name(id, name, 32); set_hudmessage(255, 255, 255, -1.0, -1.0, 0, 6.0, 4.0); show_hudmessage(0, "Watch out! %s has an awp with 1 bullet!", name); } } whats my problem here, how do i make so i can use this block once every round? |
Re: Awp block every round help
post the full code
|
Re: Awp block every round help
This one has a cooldown, so dunno.
Code:
actionAwp(id, OverrideTimer) |
Re: Awp block every round help
Code:
register_cvar("bm_frostcooldown", "999999999.0"); //someone might have been invincible when it was usedUse my awp code =) Code:
actionAwp(id, OverrideTimer) |
| All times are GMT -4. The time now is 15:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.