MTA Team 0xCiBeR Posted November 29, 2013 MTA Team Share Posted November 29, 2013 Bueno, hola! Mi script donde creo el radar area y le asigno un elementData indicando a que team pertenece: ggc = createRadarArea ( -2183.5678710938, 705.67950439453, 400, 400, 0, 66, 66, 175 ) setElementData(ggc,"team","G.G.C") Client Side, donde intento dibujar el nombre del team al cual pertenece: for theKey, zonas in ipairs(getElementsByType("radararea"))do local mxx, myy, mzz = getElementPosition(localPlayer) equipo = getElementData(zonas,"team") end dxDrawText("Ubicacion:" .. math.floor(mx) .. " , " .. math.floor(my) .."\nZona:".. zona .."\nVelocidad:" .. math.floor(velocidad) .. "Km/h" .. atext.."\nClan:".. equipo, MMData.rtw * 0, MMData.rth * 0, 1000, 1000, alwhite, 0.9, "default", "left", "top", false, false, false, true) PD:Ignoren las demas variables El problema esta en que me da como que estoy en la zona de GGC cuando en realidad no estoy..No se si me entiende..Cuando estoy fuera de la zona a la cual le setie el team GGC, lo mismo me aparece el texto GGC.. Link to comment
Sensacion Posted November 30, 2013 Share Posted November 30, 2013 Podrías usar quizá el onClientElementColShapeHit y el onClientElementColShapeLeave Link to comment
MTA Team 0xCiBeR Posted November 30, 2013 Author MTA Team Share Posted November 30, 2013 No quiero utilizar eso..Me gusta mas elementData.. Gracias igual..Alguna solucíon a mi metodo? Link to comment
Recommended Posts