Creating a Command reason
#5

Quote:
Originally Posted by TiNcH010
Посмотреть сообщение
pawn Код:
if(!strcmp("/test", cmd, true))
{
        tmp = strtok(cmdtext, idx);
        new str[128];    
        format(str, sizeof(str), "Reason: %s", tmp);
        SendClientMessage(playerid, -1, str);
        return 1;
}
?
why string in 128 , why not 64?
Reply


Messages In This Thread
Creating a Command reason - by stormchaser206 - 06.04.2012, 21:58
Re: Creating a Command reason - by ReneG - 06.04.2012, 22:27
Respuesta: Creating a Command reason - by Chris1337 - 06.04.2012, 22:33
Respuesta: Creating a Command reason - by TiNcH010 - 06.04.2012, 22:56
Respuesta: Creating a Command reason - by Chris1337 - 06.04.2012, 23:48
Respuesta: Creating a Command reason - by TiNcH010 - 06.04.2012, 23:52
Re: Creating a Command reason - by [HiC]TheKiller - 07.04.2012, 00:18
Re: Creating a Command reason - by stormchaser206 - 08.04.2012, 21:13
Re: Creating a Command reason - by kikito - 08.04.2012, 21:16
Re: Creating a Command reason - by ReneG - 08.04.2012, 21:40

Forum Jump:


Users browsing this thread: 3 Guest(s)