Brad96 Posted August 13, 2013 Share Posted August 13, 2013 2 horas intentando hacer este script ... por youtbe , hasta en la wiki y no me aparece .. porque ? alguien que me explique , se los dejo aqui , planeo hacerlo teletransportador marker = createMarker(2039.1435546875, 2459.0078125, 10.8203125, "marcado", 0, 0, 0, 0 ,getRootElement() ) Link to comment
BorderLine Posted August 13, 2013 Share Posted August 13, 2013 el cuarto argumento esta malo. Fijate la wiki. dice theType: The visual type of the marker to be created. Possible values: "checkpoint": A race checkpoint. These are very tall, but not infinite, light pillars. Checkpoints snap to ground and become invisible after going over a certain Z height. "ring": Doughnut shaped ring, normally used for aircraft. "cylinder": Small glowing ground ring. These are the glow markers you walk into to activate missions or events in single player. "arrow": Arrow pointing down. These are the arrows on the doors you can enter in single player, except MTA's are not animated by default. "corona": A glowing ball of light. debes usar cualquiera de esos. marcado esta mal. Link to comment
Brad96 Posted August 13, 2013 Author Share Posted August 13, 2013 no sirve aunque solo use los argumentos requeridos , y lo tengo en server side Link to comment
NodZen Posted August 13, 2013 Share Posted August 13, 2013 Server Side: Markador = createMarker(2039.1435546875, 2459.0078125, 10.8203125, "cylinder", 4, 10, 10, 10 ,255,getRootElement() ) Link to comment
Brad96 Posted August 13, 2013 Author Share Posted August 13, 2013 pero quier hacerlo "Corona" y no aparece Link to comment
NodZen Posted August 13, 2013 Share Posted August 13, 2013 pero quier hacerlo "Corona" y no aparece simplemente cambiar "Cylinder" por "corona". Link to comment
Brad96 Posted August 13, 2013 Author Share Posted August 13, 2013 ya lo resolvi , era porque el ultimo argumento "255" lo habia puesto en 0 .. gracias Link to comment
NodZen Posted August 13, 2013 Share Posted August 13, 2013 ya lo resolvi , era porque el ultimo argumento "255" lo habia puesto en 0 .. gracias NP. Link to comment
Recommended Posts