04.01.2013, 17:21
Go to On Player Connect and change this code:
(or something like that)
To:
NOTE: Don't copy paste mine, just fix urs text like this (not sure how ur using urs so that's why u shouldn't copy paste it)
Good luck.
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"NVCNR Account Login ",""COL_WHITE"Welcome Back %s, please enter your password below to login.","Login","Quit");
To:
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login ",""COL_WHITE"Type Your Password Below to login.","Login","Quit");
Good luck.