More efficient way of listitem.
#10

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:

PHP код:
if(ReportInfo[repid][ReportOpenedBy] == GetPlayerName(playerid);) 
This also does not work:

PHP код:
TempReportNameCheck[playerid] = GetPlayerName(playerid);
if(
ReportInfo[repid][ReportOpenedBy] == TempReportNameCheck[playerid]) 
Reply


Messages In This Thread
More efficient way of listitem. - by jasperschellekens - 06.01.2018, 09:12
Re: More efficient way of listitem. - by rfr - 06.01.2018, 09:16
Re: More efficient way of listitem. - by Jaxson - 06.01.2018, 09:21
Re: More efficient way of listitem. - by jasperschellekens - 06.01.2018, 09:22
Re: More efficient way of listitem. - by Kane - 06.01.2018, 09:34
Re: More efficient way of listitem. - by jasperschellekens - 06.01.2018, 09:37
Re: More efficient way of listitem. - by Kane - 06.01.2018, 09:38
Re: More efficient way of listitem. - by jasperschellekens - 06.01.2018, 09:53
Re: More efficient way of listitem. - by adri1 - 06.01.2018, 10:10
Re: More efficient way of listitem. - by jasperschellekens - 06.01.2018, 10:42

Forum Jump:


Users browsing this thread: 1 Guest(s)