[AJUDA]: /ANN
#1

meu ann quando eu digito uma palavra ele funciona mas quando eu digito 2 palavras e seprado a segunda nao aparece
EXEMPLO:"sou foda" '-' , no caso ira sу aparecer o "sou"

CУDIGO ABAIXO:

dcmd_ann(playerid,params[])
{
if(PlayerData[playerid][AdminLevel] >= 1)
{
new tmp[256],idx;
new string[256];
tmp = strtok(params,idx);
if(!strlen(params))
return
SendClientMessage(playerid,COLOR_GREY,"Use: /ann [text]");
format(string, sizeof(string), "~w~%s",tmp);
GameTextForAll(string, 3000, 3);
return true;
}
else return SendClientMessage(playerid,COLOR_GREY,"[INFO]: Vocк nгo pode utilizar esse comando");
} +resp que ajudar
Reply


Messages In This Thread
[RESOLVIDO]: /ANN - by GhosT_[] - 03.06.2012, 22:11
Re: [AJUDA]: /ANN - by Crueliz0n - 03.06.2012, 22:40
Re: [AJUDA]: /ANN - by GhosT_[] - 03.06.2012, 23:32
Re: [AJUDA]: /ANN - by GhosT_[] - 03.06.2012, 23:35
Re: [AJUDA]: /ANN - by jamaica90 - 03.06.2012, 23:38
Re: [AJUDA]: /ANN - by sanalex - 03.06.2012, 23:38
Re: [AJUDA]: /ANN - by Crueliz0n - 03.06.2012, 23:44
Re: [AJUDA]: /ANN - by 'Duallity - 03.06.2012, 23:46
Re: [AJUDA]: /ANN - by DrTHE - 04.06.2012, 00:01
Re: [AJUDA]: /ANN - by Crueliz0n - 04.06.2012, 14:18

Forum Jump:


Users browsing this thread: 2 Guest(s)