@@ -57,10 +57,10 @@ PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
57
57
sampgdk::logprintf (" | |" );
58
58
sampgdk::logprintf (" | Discord: |" );
59
59
sampgdk::logprintf (" | |" );
60
- sampgdk::logprintf (" | Nexor#4730 |" );
60
+ sampgdk::logprintf (" | benburakya - Nexor#4730 |" );
61
61
sampgdk::logprintf (" | |" );
62
62
sampgdk::logprintf (" =================================" );
63
- sampgdk::logprintf (" " );
63
+ sampgdk::logprintf (" " );
64
64
}
65
65
return load;
66
66
}
@@ -92,7 +92,7 @@ PLUGIN_EXPORT void PLUGIN_CALL Unload()
92
92
sampgdk::logprintf (" | |" );
93
93
sampgdk::logprintf (" | Discord: |" );
94
94
sampgdk::logprintf (" | |" );
95
- sampgdk::logprintf (" | Nexor#4730 |" );
95
+ sampgdk::logprintf (" | benburakya - Nexor#4730 |" );
96
96
sampgdk::logprintf (" | |" );
97
97
sampgdk::logprintf (" =================================" );
98
98
sampgdk::logprintf (" " );
@@ -124,6 +124,7 @@ extern "C" const AMX_NATIVE_INFO NativeList[] =
124
124
{" DynamicTextDrawSetPreviewModel" , Natives::DynamicTextDrawSetPreviewModel},
125
125
{" DynamicTextDrawSetPreviewRot" , Natives::DynamicTextDrawSetPreviewRot},
126
126
{" DynamicTextDrawSetPreviewVehCol" , Natives::DynamicTextDrawSetPreviewVehicleColours},
127
+
127
128
{" IsValidDynamicTextDraw" , Natives::IsValidDynamicTextDraw},
128
129
{" IsDynTextDrawVisibleForPlayer" , Natives::IsDynamicTextDrawVisibleForPlayer},
129
130
{" DynamicTextDrawGetString" , Natives::DynamicTextDrawGetString},
@@ -133,7 +134,7 @@ extern "C" const AMX_NATIVE_INFO NativeList[] =
133
134
{" DynamicTextDrawGetPos" , Natives::DynamicTextDrawGetPos},
134
135
{" DynamicTextDrawGetColour" , Natives::DynamicTextDrawGetColour},
135
136
{" DynamicTextDrawGetBoxColour" , Natives::DynamicTextDrawGetBoxColour},
136
- {" DynamicTextDrawGetBackgroundCol " , Natives::DynamicTextDrawGetBackgroundColour},
137
+ {" DynamicTextDrawGetBackgroundCo " , Natives::DynamicTextDrawGetBackgroundColour},
137
138
{" DynamicTextDrawGetShadow" , Natives::DynamicTextDrawGetShadow},
138
139
{" DynamicTextDrawGetOutline" , Natives::DynamicTextDrawGetOutline},
139
140
{" DynamicTextDrawGetFont" , Natives::DynamicTextDrawGetFont},
@@ -143,7 +144,7 @@ extern "C" const AMX_NATIVE_INFO NativeList[] =
143
144
{" DynamicTextDrawGetAlignment" , Natives::DynamicTextDrawGetAlignment},
144
145
{" DynamicTextDrawGetPreviewModel" , Natives::DynamicTextDrawGetPreviewModel},
145
146
{" DynamicTextDrawGetPreviewRot" , Natives::DynamicTextDrawGetPreviewRot},
146
- {" DynamicTextDrawGetPreviewVehCol " , Natives::DynamicTextDrawGetPreviewVehicleColours},
147
+ {" DynamicTextDrawGetPreviewVehCo " , Natives::DynamicTextDrawGetPreviewVehicleColours},
147
148
{" DynamicTextDrawGetRealID" , Natives::DynamicTextDrawGetRealID},
148
149
{" DynamicTextDrawGetSize" , Natives::DynamicTextDrawGetSize},
149
150
@@ -168,6 +169,7 @@ extern "C" const AMX_NATIVE_INFO NativeList[] =
168
169
{" DynamicPlayerTextDrawSetPrevMdl" , Natives::DynamicPlayerTextDrawSetPreviewModel},
169
170
{" DynamicPlayerTextDrawSetPrevRot" , Natives::DynamicPlayerTextDrawSetPreviewRot},
170
171
{" DynamicPlayerTextDrawPrevVehCol" , Natives::DynamicPlayerTextDrawSetPreviewVehicleColours},
172
+
171
173
{" IsValidDynamicPlayerTextDraw" , Natives::IsValidDynamicPlayerTextDraw},
172
174
{" IsDynamicPlayerTextDrawVisible" , Natives::IsDynamicPlayerTextDrawVisible},
173
175
{" DynamicPlayerTextDrawGetString" , Natives::DynamicPlayerTextDrawGetString},
@@ -205,6 +207,9 @@ extern "C" const AMX_NATIVE_INFO NativeList[] =
205
207
{ " DynamicTextDraw_GetArrayData" , Natives::DynamicTextDraw_GetArrayData},
206
208
{ " DynamicTextDraw_ClearArrayData" , Natives::DynamicTextDraw_ClearArrayData},
207
209
210
+ // Logger
211
+ { " TDLogger__" , Natives::TDLogger },
212
+
208
213
// NULL
209
214
{NULL , NULL }
210
215
};
0 commit comments