29.03.2018, 15:13
Well if you look up https://sampwiki.blast.hk/wiki/ShowPlayerDialog you see that arguments are in the wrong order.
Or similar. Not sure where to put pToken since I don't know what you intend to do and what it contains.
If it contains the token that a player has and you want to show it to the player, you should format a new string with all of the text there and pass it in place of "Kamu mempunyai..."
PHP код:
ShowPlayerDialog(playerid, DIALOG_TOKEN, DIALOG_STYLE_INPUT, "Token", "Kamu mempunyai Token:", "Simpan", "Batal");
If it contains the token that a player has and you want to show it to the player, you should format a new string with all of the text there and pass it in place of "Kamu mempunyai..."