03.07.2016, 16:36
There is a string without lenght in CMD:report that will show you some errors in the server log
"string without size and destination" as i remember
change to
"string without size and destination" as i remember
Код:
if(sscanf(params, "is", cibleid, reason)) return SendClientMessage(playerid, 0xAA3333AA, "Usage: /report [id] [reason]");
Код:
if(sscanf(params, "is[128]", cibleid, reason)) return SendClientMessage(playerid, 0xAA3333AA, "Usage: /report [id] [reason]");