02.01.2011, 20:16
Appearently ShowPlayerDialog() isn't working when parameter info[] is null. I tried to fill it with "\1\0" but then I have a square appear in there.
This is the code:
Problem: Dialog box not appearing. When parameter info[] is changed from "" to anything else, ,problem disappears.
This problem didn't exist in SA-MP 0.3b
This is the code:
Code:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_INPUT, "Test dialog 1", "", "OK", "Back");
This problem didn't exist in SA-MP 0.3b