04.01.2018, 23:55
I dont get this to work. How to properly save a string in an array?
These doesnt work:
These doesnt work:
Код:
format(str,sizeof(str),"%s", reason); ReportInfo[playerid][ReportedReason] = str; //or ReportInfo[playerid][ReportedReason] = reason;