14.11.2013, 03:02
y si lo haces verificando la longitud del texto y le mandas una id falsa al jugador? pero no se si te sirve para el uso que le darбs.
pawn Код:
new string[128],pos;
for(new i=0; < 10; i++) {
if(strlen(VARIABLE[i]) {
format(string,sizeof string,"VARIABLE %d: %s",++pos,VARIABLE[i]);
SendClientMessage(playerid,-1,string);
}
}
for(new i=pos; < 10; i++) {
format(string,sizeof string,"VARIABLE %d: \"\"",++pos);
SendClientMessage(playerid,-1,string);
}