2020-05-26, 06:15 PM
Solved.
Just realize that im using include that hook ShowPlayerDialog and set parameter with non-const string data type.
Solutions : Change all parameter with non-const string/array to const string/array.
Note : Use YSI 5.x for compiler 3.10.9 and YSI 4.x for compiler 3.10.8 or below
Thank you.
Just realize that im using include that hook ShowPlayerDialog and set parameter with non-const string data type.
Solutions : Change all parameter with non-const string/array to const string/array.
Note : Use YSI 5.x for compiler 3.10.9 and YSI 4.x for compiler 3.10.8 or below
Thank you.