[error]label
#1

ola amigos de forum samp tengo un problema lo que pasa es que tengo en mi ladmin
uno sistema de label hecho por mi y miren es por ejemplo que cuando escribes:
/labeladmin
arriba del administrador le seldra ..::administrador::..
y asi etc.. tengo algunos en mi ladmin que hice
pero bueno miren el error es este puse un comando
en el cual sirve para destruir el label, vi en wiki.samp pero no me ayudo en nada :/
y bueno les digo aqui para que me ayuden con esto los warnings son los siguientes:

Quote:

D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3022) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3032) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3042) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3052) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3062) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3071) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3082) : warning 219: local variable "label" shadows a variable at a preceding level
D:\Escritorio\Archivos - Samp\ZeroAttack-ControlFR\filterscripts\LadminZaC.pwn(3091) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


8 Warnings.

las lineas son estas:

line 3022:
new Text3D:label = Create3DTextLabel("{ff0000}Administrador/Dueсo", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

line 3032:
new Text3D:label = Create3DTextLabel("{ff0000}Administrador/Subdueсo", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

line 3042:
new Text3D:label = Create3DTextLabel("{ff0000}Encargado del server", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

line 3052:
new Text3D:label = Create3DTextLabel("{ff0000}Moderador", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

line 3062:
new Text3D:label = Create3DTextLabel("{ff0000}Administrador", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

line 3071:
new Text3D:label = Create3DTextLabel("{ffffff}Jugador Normal", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

line 3082:
new Text3D:label = Create3DTextLabel("{FFFF00}Vip", 0xB4B4B4FF, 30.0, 40.0, 50.0, 40.0, 0);

y la ultima linea es la que puse como comando para destruir el 3DTextlabel:
Delete3DTextLabel(label);

es esa y no se porque me salen esos warning ayudenme por favor :C
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)