error en la ejecuciуn
#1

Hola tengo un problema resulta que uso /d y escribo algo y no sale osea sale x_x nivel: pero no el texto.
Dejo comando.
Код:
CMD:d(playerid, params[])
{
if(!isnull(params))
{
new string[300];
if(DudaOff[playerid] == 1) return SendClientMessage(playerid, COLOR_GRIS, "Sуlo puedes usar el comando cada 30 segundos.");
format(string, sizeof(string), "{0082D0}((Canal de Dudas [/d])) [Nivel: %d] %s(%d): {FFFFFF}", Info[playerid][jNivel], GNAME(playerid),playerid,params);
SendClientMessageToAll(0x00999900,string);
DudaOff[playerid] = 1;
SetTimerEx("DudaOn",30000,0,"d",playerid); // Tiempo en milisegundos (30000 milisegundos = 30 segundos)
}
else SendClientMessage(playerid, COLOR_WHITE, "{0079C9}Usa {FFFFFF}/d (Texto){0079C9} para preguntar."); // Cuando usa el comando se le setea a 1 y hace que no pueda usarlo
return 1;
}
Reply
#2

Quote:
Originally Posted by Jeree10
Посмотреть сообщение
Hola tengo un problema resulta que uso /d y escribo algo y no sale osea sale x_x nivel: pero no el texto.
Dejo comando.
Код:
CMD:d(playerid, params[])
{
if(!isnull(params))
{
new string[300];
if(DudaOff[playerid] == 1) return SendClientMessage(playerid, COLOR_GRIS, "Sуlo puedes usar el comando cada 30 segundos.");
format(string, sizeof(string), "{0082D0}((Canal de Dudas [/d])) [Nivel: %d] %s(%d): {FFFFFF}", Info[playerid][jNivel], GNAME(playerid),playerid,params);
SendClientMessageToAll(0x00999900,string);
DudaOff[playerid] = 1;
SetTimerEx("DudaOn",30000,0,"d",playerid); // Tiempo en milisegundos (30000 milisegundos = 30 segundos)
}
else SendClientMessage(playerid, COLOR_WHITE, "{0079C9}Usa {FFFFFF}/d (Texto){0079C9} para preguntar."); // Cuando usa el comando se le setea a 1 y hace que no pueda usarlo
return 1;
}
Te faltу un %s:
pawn Код:
format(string, sizeof(string), "{0082D0}((Canal de Dudas [/d])) [Nivel: %d] %s(id %d){FFFFFF} %s: ", Info[playerid][jNivel], GNAME(playerid),playerid,params);
Reply
#3

JAJa gracias no habia prestado atenciуn a eso, cosas minimas influyen en mucho ahahah
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)