AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CSGO] Event "weapon_outofammo" does not working? (https://forums.alliedmods.net/showthread.php?t=275059)

last_hope 11-21-2015 06:12

[CSGO] Event "weapon_outofammo" does not working?
 
From wiki we have these working events:
weapon_fire_on_empty
weapon_reload

But if we want to use
weapon_outofammo - nothing happens...

Is it a bug?

Bara 11-21-2015 06:47

Re: [CSGO] Event "weapon_outofammo" does not working?
 
This doesn't work:
Spoiler

I think never called events.

Powerlord 11-21-2015 09:09

Re: [CSGO] Event "weapon_outofammo" does not working?
 
Not all events are server-side events.

The client fires its own events that are picked up by other parts of the game client.

last_hope 11-22-2015 07:03

Re: [CSGO] Event "weapon_outofammo" does not working?
 
Quote:

Originally Posted by Bara (Post 2364987)
This doesn't work:
Spoiler

I think never called events.

Nope. This works well. See:
Spoiler


If 10/24 bullets and press R >> 12/24
If 0/0 bullets and press +attack >> 0/24 >> autoreload >> 12/12
But if 0/12 bullets and press +attack >> 12/0

I want infinity ammo in BP...


All times are GMT -4. The time now is 10:20.

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