Onde estб o erro? =S
#2

Antes de todos os comandos:
pawn Код:
new idx;
new cmd[256];
cmd = strtok(cmdtext, idx);
E o comando:
pawn Код:
if(strcmp(cmd, "/ddd", true) == 0)
{
new tmp[256];
new clima;
tmp = strtok(cmdtext, idx);
clima = strval(tmp);
SetWeather(clima);
return 1;
}
Reply


Messages In This Thread
Onde estб o erro? =S [resolvido] - by xyu3xx - 21.09.2010, 14:35
Re: Onde estб o erro? =S - by [BEP]AcerPilot - 21.09.2010, 14:39
Re: Onde estб o erro? =S [ RESOLVIDO] - by xyu3xx - 21.09.2010, 14:41
Re: Onde estб o erro? =S - by [BEP]AcerPilot - 21.09.2010, 14:52
Re: Onde estб o erro? =S - by xyu3xx - 21.09.2010, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)