y_text undefined symbol
#1

The compiler give me these errors:
Code:
...\YSI-Includes\YSI_Players\y_text\impl.inc:1855 (error) undefined symbol "Dialog_ObtainID"
...\YSI-Includes\YSI_Players\y_text\impl.inc:2212 (error) undefined symbol "Dialog_SetCallbackData"
...\YSI-Includes\YSI_Players\y_text\impl.inc:2214 (error) undefined symbol "Dialog_Garbage"
Code:
#include <a_samp>

#include <YSI\y_text>
#include <YSI\y_languages>
#include <YSI\y_colors>
#include <YSI\y_inline>
#include <YSI\y_dialog>

main() {}

loadtext mode_text[all];

public OnGameModeInit()
{
    Langs_Add("EN", "English");

    return 1;
}

public OnPlayerConnect(playerid)
{
    inline OnRegisterDialog(pid, dialogid, response, listitem, string:inputtext[])
    {
        printf("OnRegisterDialog called: %d %d %d %d %s", pid, dialogid, response, listitem, inputtext);
    }

    Text_PasswordBox(playerid, using inline OnRegisterDialog, $DIALOG_REGISTER_CAPTION, $DIALOG_REGISTER_TEXT, $DIALOGS_OK, $DIALOGS_CANCEL);
    
    return 1;
}
Reply


Messages In This Thread
y_text undefined symbol - by VincenzoDrift - 20.09.2018, 18:53
Re: y_text undefined symbol - by Dayrion - 20.09.2018, 20:40
Re: y_text undefined symbol - by VincenzoDrift - 20.09.2018, 20:51

Forum Jump:


Users browsing this thread: 2 Guest(s)