Thread: Drop Grenades
View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 10-11-2021 , 23:24   Re: Drop Grenades
Reply With Quote #8

1. Ahh my mistake it actually here
Code:
enum {     GRENADE_HEGRENADE,     GRENADE_FLASHBANG,     GRENADE_SMOKEGRENADE,
    MAX_GRENADES,
}

you left out that comma at the last one which normally an basic writing error.
idk why 1.10 compiler allow it but it should not be allow like that.

2. Same as 1
__________________
My plugin:

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