So I'm using the community complier stdlib easyDialog, but for some reason I got an error at line 95...
...in easyDialog.inc (argument type mismatch (argument 4)). easyDialog is const corrected, and stdlib aswell, what could be the problem? I tried with older version of the complier, also other version of stdlib but it just doesn't work.
Code:
ShowPlayerDialog(playerid, 32700, style, caption, string, button1, button2);
...in easyDialog.inc (argument type mismatch (argument 4)). easyDialog is const corrected, and stdlib aswell, what could be the problem? I tried with older version of the complier, also other version of stdlib but it just doesn't work.