Command /report change the skin
#7

Problem is
Код:
if(sscanf(params, "s[256]", message)) return SCM(playerid, COLOR_GREY, SYNTAX_MESSAGE"/report [text]");
and
Код:
    if( strlen( message ) > 128 )
in Code 1 you store message in size of 256 chars but in second code you show if size of message is more then 128 chars, it gives error.. i think you should change either sizes.. check if it works
Reply


Messages In This Thread
Command /report change the skin - by TheWay - 23.05.2016, 08:45
Re: Command /report change the skin - by justjamie - 23.05.2016, 09:20
Re: Command /report change the skin - by TheWay - 23.05.2016, 09:39
Re: Command /report change the skin - by MBilal - 23.05.2016, 09:57
Re: Command /report change the skin - by TheWay - 23.05.2016, 10:08
Re: Command /report change the skin - by MBilal - 23.05.2016, 10:35
Re: Command /report change the skin - by GTLS - 23.05.2016, 11:24
Re: Command /report change the skin - by Stinged - 23.05.2016, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)