13.01.2015, 21:54
Tenta isto e poste os resultados.
pawn Код:
CMD:debug(playerid) {
TextDrawHideForPlayer(playerid, Textdraw0);
TextDrawHideForPlayer(playerid, Textdraw1);
TextDrawHideForPlayer(playerid, Barra);
TextDrawHideForPlayer(playerid, Barra2);
SendClientMessage(playerid, -1, "DEBUG: Comando executado e TextDraws retiradas!");
return 1;
}