[HELP]Undefined INI_INT and other errors
#6

I suggest reinstalling YSI include, And add this to your script at the top #include <YSI\y_ini>

Then About the error at 487, Do you mind showing me the whole Callback? It should be under OnPlayerConnect.

About Error at 490, change
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
to
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
The error here was that you used COLOR_WHITE instead of COL_WHITE
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)