14.12.2014, 02:05
Array must be indexed; error comes up when you use
For the OnPlayerDialogResponse:
One of your OnPlayerDialogResponse scripts might have "return 1;" mentioned at the bottom.. Change it to "return 0;" and we are cool..
Rest of the questions, I didnt understand
PHP код:
Deathmatchon = false;
instead of
Deathmatchon[playerid/i] = false;
One of your OnPlayerDialogResponse scripts might have "return 1;" mentioned at the bottom.. Change it to "return 0;" and we are cool..
Rest of the questions, I didnt understand