06.07.2018, 23:04
these are fake ass benefits
this is the only crash proof thingy there
with this there can be also named dialogs in OnDialogResponse
enum {
DIALOG_LOGIN_PASSWORD
}
this is the only crash proof thingy there
PHP код:
for (new i = 0, l = strlen(inputtext); i < l; i ++)
{
if (inputtext[i] == '%')
{
inputtext[i] = '#';
}
}
enum {
DIALOG_LOGIN_PASSWORD
}