09.01.2014, 11:22
Мод:
ФС:
Когда юзаю в моде так:
Серв падает, а вот так:
Все норм
PHP код:
#define SPD(%0) CallRemoteFunction("SPD","dddssss",%0)
PHP код:
public SPD(playerid, dialogid, style, caption[], info[], button1[], button2[]) {
Variable[playerid][pDialogID] = dialogid;
ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);
return 1;
}
PHP код:
SPD(playerid, 0, DIALOG_STYLE_MSGBOX, "Text", "Text", "Okay", "");
PHP код:
SPD(playerid, 0, DIALOG_STYLE_MSGBOX, "Text", "Text", "Okay", "Okay2");