[Ayuda] Comando /intentar
#2

mmm amigo mejor te aces el Comando intentar De otra Manera Mira te ayudare
//arriba del todo esto:
new RandomMSG[][] =
{
"y No Consigio",
"y Consiguio Hacerlo."

};
//i en la linea de Comandos Pues
if(!strcmp(cmdtext, "/in", true, 3))
{
if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /in [accion]");
new str[128];
new randMSG = random(sizeof(RandomMSG));
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "* %s intento %s", str, cmdtext[4],RandomMSG[randMSG]);
SendClientMessageToAll(0xFFFF00AA, str);
return 1;
}


Suerte Colega!
Reply


Messages In This Thread
[Ayuda] Comando /intentar - by Unwritten - 16.11.2009, 21:29
Re: [Ayuda] Comando /intentar - by pooooolo - 16.11.2009, 21:53
Re: [Ayuda] Comando /intentar - by Unwritten - 16.11.2009, 22:08
Re: [Ayuda] Comando /intentar - by Laconcha - 17.11.2009, 01:39
Re: [Ayuda] Comando /intentar - by Unwritten - 17.11.2009, 08:32
Re: [Ayuda] Comando /intentar - by Laconcha - 17.11.2009, 15:52
Re: [Ayuda] Comando /intentar - by Unwritten - 17.11.2009, 16:08
Re: [Ayuda] Comando /intentar - by Laconcha - 17.11.2009, 16:21
Re: [Ayuda] Comando /intentar - by Unwritten - 17.11.2009, 16:39
Re: [Ayuda] Comando /intentar - by Laconcha - 17.11.2009, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)