View Single Post
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 08-19-2023 , 16:15   Re: Killer Memes MOTD
Reply With Quote #16

Quote:
Originally Posted by Jhob94 View Post
Because i run an older amxx version and probably more people too.
we are in the same, that's why I usually add support to all versions. something as simple as:

PHP Code:
#if !defined MAX_PLAYERS
const MAX_PLAYERS 32
#endif 
or

PHP Code:
#if AMXX_VERSION_NUM <= 182
const MAX_PLAYERS 32
#endif 
as a good programmer we must think of everything if x or y is executed
__________________
mlibre is offline