Thread: ReDeathmatch
View Single Post
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 03-23-2024 , 15:12   Re: ReDeathmatch
Reply With Quote #4

the reapi should be an optional requirement, it can be achieved without it the old way

PHP Code:
#define use_reapi

#if !defined use_reapi
    #include <engine>
    #include <...>
#else
    #include <reapi>
#endif 
__________________
mlibre is online now