[REP]Repport command help
#4

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
Код:
if(sscanf(params, "is", cibleid, reason)) return SendClientMessage(playerid, 0xAA3333AA, "Usage: /report [id] [reason]");
change to
Код:
if(sscanf(params, "is[128]", cibleid, reason)) return SendClientMessage(playerid, 0xAA3333AA, "Usage: /report [id] [reason]");
Reply


Messages In This Thread
[REP]Repport command help - by Eymeric69 - 03.07.2016, 15:46
Re: [REP]Repport command help - by IceBilizard - 03.07.2016, 16:07
Re: [REP]Repport command help - by Eymeric69 - 03.07.2016, 16:16
Re: [REP]Repport command help - by Shinja - 03.07.2016, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)