[error]label
#2

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]);
Reply


Messages In This Thread
[error]label - by leon44 - 14.11.2013, 15:21
Respuesta: [error]label - by byNer0x - 14.11.2013, 15:36
Respuesta: [error]label - by Swedky - 14.11.2013, 15:39
Respuesta: [error]label - by byNer0x - 14.11.2013, 15:41
Respuesta: [error]label - by Malganys - 14.11.2013, 15:41
Respuesta: [error]label - by Swedky - 14.11.2013, 15:44
Respuesta: [error]label - by byNer0x - 14.11.2013, 15:45
Respuesta: [error]label - by leon44 - 14.11.2013, 16:05
Respuesta: [error]label - by OTACON - 14.11.2013, 16:24
Respuesta: [error]label - by leon44 - 15.11.2013, 02:57

Forum Jump:


Users browsing this thread: 1 Guest(s)