[error]label
#4

Quote:
Originally Posted by EnzoMetlc
Посмотреть сообщение
Utilizas una variable global con el mismo "nombre" que utilizas con las variables del label.

Te recomiendo algo asн:



pawn Код:
// Una variable global
new Text3D:Label[7];


// en donde deseas...
Label[0] = Create3DTextLabel("Administrador/Dueсo", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

Label[1] = Create3DTextLabel("Administrador/Subdueсo", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

Label[2] = Create3DTextLabel("Encargado del server", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

Label[3] = Create3DTextLabel("Moderador", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

Label[4] = Create3DTextLabel("Administrador", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

Label[5] = Create3DTextLabel("Jugador Normal", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

Label[6] = Create3DTextLabel("Vip", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);


// En donde los destruyes...

for(new i = 0; i < 7; i++)
{
    Destroy3DTextLabel(Label[i]);
}
Saludos.
Es lo que yo dije q.q
Estaba haciйndolo antes y tal, xDD
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)