04.05.2011, 16:27
How do I Dialog login with
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_INPUT, "heading", "text", "OK", "Cancel");
if(dialogid == yourid)
{
if(response == 1)
{
if(!strcmp(inputtext, actualpassword, true))
{
Log In
}
}
}