SA-MP Forums Archive
I have not logged into the server. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I have not logged into the server. (/showthread.php?tid=506901)



I have not logged into the server. - Shinobu - 15.04.2014

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.



Re: I have not logged into the server. - superrobot48 - 15.04.2014

Have u created the folders ? in scriptfiles necessary for the script?


Re: I have not logged into the server. - Shinobu - 15.04.2014

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


Re: I have not logged into the server. - biker122 - 15.04.2014

Could you show us your DIALOG_REGISTER and DIALOG_LOGIN?


Re: I have not logged into the server. - Shinobu - 15.04.2014

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


Re: I have not logged into the server. - Shinobu - 15.04.2014

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");




Re: I have not logged into the server. - Shinobu - 15.04.2014

Can someone help me?


Re: I have not logged into the server. - Dignity - 15.04.2014

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.