03.06.2017, 10:30
Normal dialogs are faster than easyDialogs, thats because it isn't optimised
No clue about y_dialog with y_inline functions
But you need to use switch which are faster than normal ifs
No clue about y_dialog with y_inline functions
But you need to use switch which are faster than normal ifs
PHP код:
switch(dialogid) {
case DIALOG_REGISTER: {}
case DIALOG_LOGIN: {}
}