Warnings ayuda wtf - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Warnings ayuda wtf (
/showthread.php?tid=471097)
Warnings ayuda wtf -
BruceDickinson - 21.10.2013
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!
Respuesta: Warnings ayuda wtf -
Swedky - 21.10.2013
Cambiб los '[f]' por '[playerid]'.
Creo que con eso se soluciona xd.
Respuesta: Warnings ayuda wtf -
Pepot - 21.10.2013
Fнjate si pusiste bien las correspondientes variables con Text3D:labelarma[..] y Text3D:Objeto[..].
Respuesta: Warnings ayuda wtf -
BruceDickinson - 22.10.2013
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