06.01.2018, 10:42
I did something wrong after all, now it is working fine. thanks for the help.
I have one more question.
How to check if an array is equal to playername?
This does not work:
This also does not work:
I have one more question.
How to check if an array is equal to playername?
This does not work:
PHP код:
if(ReportInfo[repid][ReportOpenedBy] == GetPlayerName(playerid);)
PHP код:
TempReportNameCheck[playerid] = GetPlayerName(playerid);
if(ReportInfo[repid][ReportOpenedBy] == TempReportNameCheck[playerid])