07.05.2016, 09:19
Hi everybody i need help, i don't know how to use string and i don't know how to use it, i have watched that :
https://sampwiki.blast.hk/wiki/Format and that : https://sampwiki.blast.hk/wiki/Control_Structures
but i doesn't understand there is my code(zcmd used) :
https://sampwiki.blast.hk/wiki/Format and that : https://sampwiki.blast.hk/wiki/Control_Structures
but i doesn't understand there is my code(zcmd used) :
Код:
COMMAND:minigundm(playerid, params[]) { new yes[1], no[2]; ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Are you sure?", "Are you sure you want to go to the minigun dm?", "yes", "no", yes, no); }