Thread: Drop Grenades
View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 10-10-2021 , 22:31   Re: Drop Grenades
Reply With Quote #6

1.
PHP Code:
Grenades_world_model[MAX_GRENADES][] 
=>
PHP Code:
grenades_world_model[MAX_GRENADES-1][] 
2.
Code:
new grenades[][] = {         "weapon_hegrenade",         "weapon_flashbang",
        "weapon_smokegrenade",
    }

3. bind_pcvar_* type of native only exist in 1.9+ so 1.8.2 won't work. You need to say specifically which version of AMXX is required

Also, most of this could be archive within AMXX so I don't see the reason to make it exclusively for ReAPI like this.

Quote:
Originally Posted by Mordekay View Post
https://forums.alliedmods.net/showthread.php?t=23340
Already approved
works
more features
no re-shit needed.
There is no need to talk shit to reHLDS, it is a really good things that the community come together and try to fix those problem that Value left there for ages

P/S: it is funny that when I try to compile with AMXX 1.10, there ain't any error when there is writing error there
__________________
My plugin:

Last edited by Celena Luna; 10-11-2021 at 23:26.
Celena Luna is offline