
maauroo
Members-
Posts
209 -
Joined
-
Last visited
Everything posted by maauroo
-
Hola Gentes.. Quisiera Saber Que Pasa Que Cuando Remplazo "Elegy" Tunable Y Me Da Crash. Solamente Me Pasa En El Elegy, En Otros No. ¿Cual Es El Problema? ¿Hay Solcuion? Porfavor Nesesito Ayuda!
-
Disculpame Pero Sigo Sin Entender.. Como Puedo Hacerlo Funcionar ?
-
Puedes Ya Darmelo Armado? No Lo Tiendo Mucho Por eso.. Ademas Lo Puse Asi Pero No Funciona.. function setupRandomRobber () local myPlayer = getRandomPlayer () -- Create a radar blip at the player's position, with a 'cash' icon and only visible to everyone (no 'visibleTo' parameter) local myBlip = createBlipAttachedTo ( myPlayer, 52 ) end
-
Funciona Perfecto.. Por Ultimo Quisiera Saber Como Hago Que Las Personas Se Vean En El Radar?? Entienden?
-
Hola.. Em Como Dice El Titulo No Me Funciona Mi Respawn: addEventHandler ( "onPlayerWasted", getRootElement( ), function ( ) if ( jugadoresEnDM [ source ] ) then local azar = math.random ( #posiciones ) local interior = getElementInterior ( source ) local skin = getElementModel ( source ) local x, y, z = unpack ( posiciones [ azar ] ) setTimer( spawnPlayer, 2000, 1, source, x, y, z,0, skin, interior ) end end ) Supuestamente Cuando No Estoy En ZonaDm"jugadoresEnDm" Tendria Que Respawnear "X,Z,Y" Pero No Lo Hace.. ¿Que Problema Tiene?
-
Pero Yo Cree Un Gamemode "LIBRE" Pero El Nick De Las Personas Se Ven Blanca,Es Un Gamemode Descargado Pero Lo Configure Porque No Funcionaba Al Entrar.. Pero Las Personas Que Estan En El Server Incluso YO Tiene Su Nick En Blanco.. Y Yo Quiero Que Tenga Color Entiendes.. Hay Alguna Solucion?
-
Algo Asi, Porque Cuando Hablan Por Chat Estan En Blanco Los Nick De Las Personas.. Entiendes ? Quiero Que Aparescan Los Colores Que Les Han Tocado Al Entrar Entiendes ?
-
Hola... Quisiera Saber Como Le Coloco A Mi GM Colores De Sus Nick Cuando Entran Las Personas? Les Agradesco La Ayuda..
-
No Me Funciona.. Me Aparece Un Error De Admins.lua:4: ´=´expected near ´showadmins ´Y Depues Warning y dice lo mismo. Qu Problema hay ?
-
Y El Comando Como Lo Ubico En Esa Funcion?
-
Pero Como Lo Puedo Armar ?
-
Hola.. Quiesiera Hacer Un Cmd /admin Que Aparescan La Lista De Admin. Como Lo Hacer? Quiero Que Me Ayuden Hacer Uno. Gracias..
-
Hola Revivo Tema Por Un Problema... El Problema Es El Spawn: addEventHandler ( "onPlayerWasted", getRootElement( ), function ( ) if ( jugadoresEnDM [ source ] ) then local azar = math.random ( #posiciones ) local interior = getElementInterior ( source ) local skin = getElementModel ( source ) -- incluye dar spawn con el mismo skin con el que as muerto local accountName = getAccountName ( getPlayerAccount ( source ) ) local x, y, z = unpack ( posiciones [ azar ] ) setTimer( spawnPlayer, 5000, 1, source, 2531.03, 2804.1, 11.1, 180, skin ) -------Este Spawn Deveria Funcionar Cuando No Esta En un Dm. setTimer( spawnPlayer, 2000, 1, source, x, y, z,0, skin, interior ) -------Este Spawn Funciona Cuando Esta En Dm Pero En Realidad Funciona Los Dos Spawn. Se Entiende? end end ) Lo Que Yo Quiero Es Que Cada Spawn Funcione Diferente. Osea El 1 Primero Tendra Que Funcionar Cuando Muere Fuera De Zonadm. Se Entiende?? Ayudenmen Pliss..
-
No Funciona.. Lo Que Intento Decir Es Por Ejemplo: Voy A /zonadm.. Me Aburri.. Intento Ir A /sanfierro Pero No Me Deja Porque Esta Bloqueado,Primero Debo Salir, Pondre /salirdm. Se Entiende? Osea Bloquear Para Que Nadie Pueda Sacar Las Armas Del Dm Que Estaba. ¿Se Entendio?
-
Hola.. Tengo Un Zonadm y Me Gustaria Bloquear Algunos Comandos O Teleport Para Que No Alla Problemas.¿Como Lo Puedo Hacer ? En ZonaDm Tiene El Cmd /salirdm. Entonse Cuando Uno Esta Dentro De Dm, No Puede Usar Comandos, Tendra Que Salir De Zona Dm. Se Entiende? Aqui Unos De Los Teleport Y El De /salirdm: addCommandHandler ( "salirdm", function ( thePlayer ) if ( jugadoresEnDM [ thePlayer ] ) then setElementInterior ( thePlayer, unpack ( jugadoresEnDM [ thePlayer ] ) ) jugadoresEnDM [ thePlayer ] = nil end end ) function aerols ( hitPlayer, commandName, posX, posY, posZ ) if isPlayerInVehicle (hitPlayer) then setElementPosition (getPlayerOccupiedVehicle (hitPlayer),1505.0350,-2616.3782,13.5469) else setElementPosition ( hitPlayer,1505.0350,-2616.3782,13.5469) end end addCommandHandler ( "aerols", aerols )
-
Funciona pero El Problema Es Que Entran Y Esta En La Posicion En El Infra Mundo. Cual Es El Problema?
-
Funciona Perfecto. Pero Ahora Como Hago Para Que Ta Persona Que Estan En El Server Aparescan En El Radar? Se Entiende?
-
Hola. Estoy Empesando Hacer Un Gamemode. Me Gustaria Empesar Por Spawn De Player. Como Puedo Hacer Cada Ves Que Entra Una Persona Al Server Spawnee En Una Posicion? Como Puedo Hacer Varias Posiciones ?¿Se Entiende?
-
No Hay Arumento.. Lo Descarge En Comunidad.. Era Un Comando/Skin. Pero Lo Cambia Cada Ves Que Ingresan Al Server Entiendes? Pero Lo Unico Que Falta Es La Dimension.. Ese Es El Problema.
-
no. Es Un "Server" PorQue?
-
Lo Quiero Terminar.. Pero Nadie Puede. A Lo Que Yo Me Refiero Es Que Cada Persona Que Entran Tiene Que Estar En Diferente Mundo Cuando Estan En El Seleccion De Skin. Entieden?
-
Algun Solucion ?? Como Cuesta
-
No Funciona. Se Ven Todo Que Estan En El Seleccionador De Skin.. Entiendes ?? Osea En El Mismo Mundo.
-
Lo Puse Asi: -----------------LA CAMARA QUE MUESTRA LOS SKIN PARA ELEGIR------- function camf() if (client) then setElementPosition( client,98.5163, 2246.3232, 125.1528 ) setPlayerRotation ( client, 200 ) setCameraMatrix( client, 95.1860, 2239.7947, 126.7486, 98.5163, 2246.3232, 125.1528) end end addEvent("FrontCamera", true) addEventHandler("FrontCamera", getRootElement(), camf) ---------------------AQUI CUANDO SELECCIONA EL SKIN----------------- function selected() local d = 1, 100 ---------------LO PUSE AQUI.. NO SE SI VA AQUI PERO NO FUNCIONA.. ESTAN TODO EN LA MISMA DIMENSION. if (client) then fadeCamera(client, true) setCameraTarget(client, client) setElementDimension (client, math.random(#d)) ----------AQUI EL OTRO. local skin = getElementModel ( client ) spawnPlayer(client, -2026.5035, 156.7506, 29.0391, 269.1424, skin) outputChatBox("Skin successfully changed!", client) end end addEvent("SkinSelected", true) addEventHandler("SkinSelected", getRootElement(), selected) Esta Bien Ubicado?