14.11.2013, 15:36
pawn Код:
// Donde tengas las variables pones:
new Text3D:label[7]; // 7 = cantidad de label que tengas
// Las lнneas las cambias para que estйn asн
// line 3022:
label[0] = Create3DTextLabel("{ff0000}Administrador/Dueсo", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// line 3032:
label[1] = Create3DTextLabel("{ff0000}Administrador/Subdueсo", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// line 3042:
label[2] = Create3DTextLabel("{ff0000}Encargado del server", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// line 3052:
label[3] = Create3DTextLabel("{ff0000}Moderador", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// line 3062:
label[4] = Create3DTextLabel("{ff0000}Administrador", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// line 3071:
label[5] = Create3DTextLabel("{ffffff}Jugador Normal", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// line 3082:
label[6] = Create3DTextLabel("{FFFF00}Vip", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);
// Cambia "Delete3DTextLabel(label);" por:
for(new lab = 0; lab < 7; lab++) Delete3DTextLabel(label[lab]);