I have not logged into the server.
#1

1



2







I enter the password, and then later to apply for a password to login, but when I press Enter to enter the code again, it is this day.
Need to fix it

Figure 1 can log into the server.
Compiled but not

Figure 2 can not be logged in the server.
Compiled by the

To modify Figure 2 that you may have helped me.
Reply
#2

Have u created the folders ? in scriptfiles necessary for the script?
Reply
#3

Quote:
Originally Posted by superrobot48
Посмотреть сообщение
Have u created the folders ? in scriptfiles necessary for the script?
What I do not understand folders help me fix it.


scriptfiles
Reply
#4

Could you show us your DIALOG_REGISTER and DIALOG_LOGIN?
Reply
#5

Quote:
Originally Posted by biker122
Посмотреть сообщение
Could you show us your DIALOG_REGISTER and DIALOG_LOGIN?
yes.
Reply
#6

DIALOG_REGISTER and DIALOG_LOGIN

Quote:

case 0: // Tutorial Dialog
{
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{42C2F5}[LV-RP] - {FFFFFF}Register{42C2F5}]","Logged in Successfully.You have to see the tutorial\n (Refusing will get you kicked.)", "Proceed", "Refuse");
}
case 1: // Register
{
GetPlayerIp(playerid,ip,sizeof(ip));
format(tstring, sizeof(tstring), "{A02820}[Las Venturas Roleplay RP: {FFFFFF}Register{FFFFFF}]");
format(cstring, sizeof(cstring), "{FFFFFF}Hello, Welcome to Las Venturas Roleplay We have found you are not registered.\n\n[Username]: {E3DD3B}%s{FFFFFF} \n\nIt seems you are not registered, enter a password below to do-so!", NORPN(playerid));
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_PASSWORD, tstring, cstring, "Register", "Quit");
}
case 2: // Login
{
GetPlayerIp(playerid,ip,sizeof(ip));
format(tstring, sizeof(tstring), "{A02820}[Las Venturas Roleplay RP: {FFFFFF}Login{FFFFFF}]", RPN(playerid));
format(cstring, sizeof(cstring), "{FFFFFF}Hello, Welcome to Las Venturas Roleplay We have found you are registered.\n\n[Username]: {E3DD3B}%s{FFFFFF}\n\nPlease enter your password below to login.", NORPN(playerid));
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_PASSWORD, tstring, cstring, "Login", "Quit");

Reply
#7

Can someone help me?
Reply
#8

Quote:
Originally Posted by ******
No Double Posting - ... bumping a topic in which you have or require further information is allowed after at least 24 hours ...
Source: http://forum.sa-mp.com/announcement.php?f=12

Be patient.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)