NAJU
NAJU
i have the same problem
Using Plugin and Include  Without using Plugin  I am using Openmp latest verison and lemehost to run my server i dm you in discord najuaircrack
@Mydeenissak1 If you're using OpenMP and mixed spellings in your gamemode, here's a quick fix. Simply rename PlayerTextdrawcolor to PlayerTextdrawcolour .
yes rename all textdrawcolor to colour it worked for me
#if defined _INC_omp_textdraw #if defined _ALS_TextDrawColour #undef TextDrawColour #else #define _ALS_TextDrawColour #endif #define TextDrawColour(%0,%1) DynamicTextDrawColour(%0, %1, __file, __line) #else #if defined _ALS_TextDrawColor #undef TextDrawColor #else #define _ALS_TextDrawColor #endif #define TextDrawColor(%0,%1)...
but still need to rename some functions
there is a textdraw order issue also