Quote:
Originally Posted by Babul
this
pawn Код:
Reports[reportid][ReportFrom] = 999;
looks suspect. you set the playerid to a value higher than 500/800. fix it, use id 0 if yoiu dont feel for creating 1 more variable which holds "IsPlayerForbiddenToReportCauseHesDisconnected[MAX_PLAYERS]", at least avoid checkinf/setting invalid playerids, i do that by adding variables as switch (check[]=0 or 1, thats a "pass check, or dont check"-like. sounds complicated, but i dont find the words to describe better ><
|
That was a bit confusing, heh. So what you're saying is...it should be something like:
Код:
Reports[reportid][ReportFrom] = 199;