example(playerid){ for(new i = 0; i < 16; i ++) { if(i != 12 && i != 14) { TextDrawShowForPlayer(playerid, AnimList[i]); } }}