Warnings ayuda wtf
#1

hola es que tengo un problemita ise algo para tirar y recoger armas pero me tira estos warning

C:\Users\Jorge\Desktop\programas\gm\lolrp\gamemode s\gm.pwn(23139) : warning 213: tag mismatch
C:\Users\Jorge\Desktop\programas\gm\lolrp\gamemode s\gm.pwn(23165) : warning 213: tag mismatch

linea 23139
Код HTML:
format(string, sizeof(string), "%s En el suelo /recogerarma",NombreArma);
labelarma[f] = CreateDynamic3DTextLabel(string, 0xFFFFFFF7, PosObjeto[f][0],PosObjeto[f][1],PosObjeto[f][2]-1+0.5,10.0);
linea 23165
DestroyDynamic3DTextLabel(labelarma[f]);

lo que quiero es crear el label en la misma pocicion que se crea este objeto

Код HTML:
GetPlayerPos(playerid, PosObjeto[f][0], PosObjeto[f][1], PosObjeto[f][2]);
Objeto[f] = CreateObject(GunObjects[IDArma][0],PosObjeto[f][0],PosObjeto[f][1],PosObjeto[f][2]-1,93.7,120.0,120.0);
espero respuestas!
Reply
#2

Cambiб los '[f]' por '[playerid]'.

Creo que con eso se soluciona xd.
Reply
#3

Fнjate si pusiste bien las correspondientes variables con Text3D:labelarma[..] y Text3D:Objeto[..].
Reply
#4

Quote:
Originally Posted by Pepot
Посмотреть сообщение
Fнjate si pusiste bien las correspondientes variables con Text3D:labelarma[..] y Text3D:Objeto[..].
Gracias me servio 0 warning :3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)