16.11.2009, 21:53
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!
//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!