rtxa / agmodx

An improved Mini AG alternative, built as an AMXX plugin from the ground up. It includes many bug fixes, improvements and is easy to customize.
https://rtxa.github.io/agmodx/
GNU General Public License v3.0
24 stars 9 forks source link

undefined symbol "is_user_authorized" #11

Closed Safety1st closed 3 years ago

Safety1st commented 3 years ago

image

rtxa commented 3 years ago

This is an issue from AMX Mod X mostly, the native it's implemented but the amxmodx.inc file doesn't include this. You can workaround this easily by putting in the last line this native is_user_authorized(id);

Safety1st commented 3 years ago

Placing in the last line doesn't work. You should place the native before using it, before RestoreScore_FindPlayer() block.