26.12.2013, 07:08
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.
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;
}