Hola si alguien me pudiera ayudar como crear el comando /intenter pero que funcione , porque e visto tutoriales y siempre me salta un error si me ayudan estaria agradecido
2 participantes
Ayuda con el comando intentar[Solucionado]
wuauu- Mensajes : 118
Fecha de inscripción : 12/12/2011
Edad : 29
- Mensaje n°1
Ayuda con el comando intentar[Solucionado]
Frank23- Mensajes : 217
Fecha de inscripción : 19/08/2012
Edad : 39
- Mensaje n°2
Re: Ayuda con el comando intentar[Solucionado]
Saludos si te salta algun error avisame:
- Código:
if(strcmp(cmd, "/Intentar", true) == 0)
{
if(NoIntentar[playerid] == MAXIMOS_INTENTAR) return MsjUser(playerid,0xff0000ff,"Utiliza el /Intentar 3 Veces cada 30 Segundos..");
{
if(IsPlayerConnected(playerid))
{
if(gPlayerLogged[playerid] == 0)
{
MsjUser(playerid, COLOR_GREY, "Por Favor, Logueese...!");
return 1;
}
GetPlayerName(playerid, sendername, sizeof(sendername));
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{
idx++;
}
new offset = idx;
new result[64];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
{
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
if(!strlen(result))
{
MsjUser(playerid, COLOR_GRAD2, "Utiliza: /Intentar [Acción]");
return 1;
}
new rand = random(2);
if(rand == 0)
{
if(PlayerInfo[playerid][pMaskuse] == 0)
{
format(string, sizeof(string), "* %s Intenta %s y lo logra", sendername, result);
ProxDetector(30.0,playerid, string, COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN);
}
else
{
format(string, sizeof(string), "* Enmascarado Intenta %s y lo logra", result);
ProxDetector(30.0,playerid, string, COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN);
}
}
else if(rand == 1)
{
if(PlayerInfo[playerid][pMaskuse] == 0)
{
format(string, sizeof(string), "* %s Intenta %s, pero falla", sendername, result);
ProxDetector(30.0,playerid, string, COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED);
}
else
{
format(string, sizeof(string), "* Enmascarado Intenta %s, pero falla", result);
ProxDetector(30.0,playerid, string, COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED);
}
}
}
}
Y agregua esto en el enum pInfo o como lo tengas
PD:No lo agreges ultimo,agregalo primero en donde empieza el enum
- Código:
pMaskuse,
wuauu- Mensajes : 118
Fecha de inscripción : 12/12/2011
Edad : 29
- Mensaje n°3
Re: Ayuda con el comando intentar[Solucionado]
Gracias
Frank23- Mensajes : 217
Fecha de inscripción : 19/08/2012
Edad : 39
- Mensaje n°4
Re: Ayuda con el comando intentar[Solucionado]
Por nada..
Cierro Tema.
-Duda Solucionada-*
Cierro Tema.
-Duda Solucionada-*