pawn-lang / YSI-Includes

Just the YSI include files, none of the extra stuff.
210 stars 107 forks source link

(error) undefined symbol "Dialog_ShowPlayerNative #661

Closed BillyWili closed 5 months ago

BillyWili commented 9 months ago

Hello, I'm trying to import y_dialog, but this error happens:

#define YSI_NO_HEAP_MALLOC

#include <a_samp>

#include <YSI_Visual/y_dialog>

main() 
{
    // write code here and run "sampctl package build" to compile
    // then run "sampctl package run" to run it
}
\dependencies\YSI-Includes\YSI_Coding\y_va\y_va_entry.inc:299 (error) undefined symbol "Dialog_ShowPlayerNative"
\dependencies\YSI-Includes\YSI_Coding\y_va\y_va_entry.inc:301 (error) undefined symbol "Dialog_ShowPlayerNative"

YSI version: "pawn-lang/YSI-Includes:v5.09.0982"

mhyunata commented 5 months ago

me too help please @Y-Less

Y-Less commented 5 months ago

this was fixed a while ago. Make sure you're on the latest version.