11 lines
213 B
C++
Executable File
11 lines
213 B
C++
Executable File
#include "esforces.h"
|
|
|
|
void OnAmxxAttach()
|
|
{
|
|
MF_AddNatives(g_AnimationNatives);
|
|
MF_AddNatives(g_PdataNatives);
|
|
MF_AddNatives(g_EffectsNatives);
|
|
MF_AddNatives(g_BaseNatives);
|
|
MF_AddNatives(g_AvatarNatives);
|
|
}
|