[AJUDA] Salvar Comentario em Comando
#1

[b]Nгo sei bem o titulo do tуpico como ficaria mais eu queria seguinte:
Player Digita
/GOSTO [TEXTO]
Entгo irб salvar em o Texto que ele digitas-te sacaram,? exemplo:
pawn Код:
if(!strcmp(cmdtext, "/gosto", true))
{
new GOSTO;//TEXTO
new name[MAX_PLAYER_NAME], string[44];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s gosta de %s.",name,GOSTO);//ENVIARA O GOSTO NA MSG
SendClientMessageToAll(0xFFFF00AA, string);
return 1;
}
Reply


Messages In This Thread
[AJUDA] Salvar Comentario em Comando - by BurrodaZero - 26.05.2010, 01:39
Re: [AJUDA] Salvar Comentario em Comando - by zSuYaNw - 26.05.2010, 01:53
Re: [AJUDA] Salvar Comentario em Comando - by BurrodaZero - 26.05.2010, 02:07
Re: [AJUDA] Salvar Comentario em Comando - by higoroliveira22 - 26.05.2010, 02:19
Re: [AJUDA] Salvar Comentario em Comando - by BurrodaZero - 26.05.2010, 02:21
Re: [AJUDA] Salvar Comentario em Comando - by russo666 - 26.05.2010, 02:40
Re: [AJUDA] Salvar Comentario em Comando - by BurrodaZero - 26.05.2010, 02:47
Re: [AJUDA] Salvar Comentario em Comando - by RoamPT - 26.05.2010, 02:50

Forum Jump:


Users browsing this thread: 1 Guest(s)