19.10.2018, 10:11
Hello everyone,
I've a problem on "inputtext"
I wanna use this script:
but it doesn't work, why?! (This script will compiled but doesn't work) WHEN I USE ANY PASSWORD THIS DIALOG WILL BE SHOWN
SORRY FOR BAD ENGLISH
I've a problem on "inputtext"
I wanna use this script:
PHP код:
if(strval(inputtext) != PINFO[playerid][pKey])
{
ShowPlayerDialog(playerid,DIALOG_CHANGE_PASSWORDN,DIALOG_STYLE_INPUT, "Password", "{FF0000}You're entered a WRONG password.\n\n{A9C4E4}Please enter your {FF0000}current{A9C4E4} password below.", "Done", "Cancel");
return 1;
}
SORRY FOR BAD ENGLISH