26.01.2019, 10:04
Place security questions after the player register. (In OnPlayerRegister callback). And you should escape strings with %e or even '%s'.
Also you're making a mess with dialogs.
%e - %s = strings.
%d = numbers.
Also you're making a mess with dialogs.
%e - %s = strings.
%d = numbers.