ayuda, sscanf y binario...
#1

buenas a todos, quiero hacer un comando / test opcion true o false para asignasela a una variable binaria pero me tira warning, que sucede?.

desde ya muchas gracias.

pawn Код:
new bool:variable;
COMMAND:test(playerid, params[]){
    if(sscanf(params, "l", params[0])) return SendClientMessage(playerid,-1,"Escribe /test [true/false}");
    variable=params[0]; //warning 213: tag mismatch
    return true;
}
Reply


Messages In This Thread
ayuda, sscanf y binario... - by OTACON - 26.12.2013, 07:08
Respuesta: ayuda, sscanf y binario... - by MugiwaraNoLuffy - 26.12.2013, 07:33
Respuesta: ayuda, sscanf y binario... - by OTACON - 26.12.2013, 07:43
Respuesta: ayuda, sscanf y binario... - by MugiwaraNoLuffy - 26.12.2013, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)