-
Posts
1,410 -
Joined
-
Last visited
Everything posted by Arsilex
-
Tengo 2 preguntas 1º Tu servidor es hosteado 2º Por que dices eso de dar la palabra muchos dicen eso y al final pasa lo que pasa es lo mismo que decir que te pago mañana pero le pagas el año que viene..
-
depende de lo que ofrezcas por la ayuda... Aquí no muchos estas listos para ofrecer sus servicios gratuitamente...
-
---Mira la diferencia Mi script addCommandHandler("comandos", function (thePlayer) outputChatBox ( "#002EB8**---Comandos #FF0000Disponibles---**", thePlayer, 255, 255, 255, true) outputChatBox ( "#002EB8*Piloto#C2C2C2 /drift[1-7] /salto /recta /estacionamiento", thePlayer, 255, 255, 255, true) end ) -- Tu Script addCommandHandler("comandos", function (thePlayer) then outputChatBox ( "#002EB8**---Comandos #FF0000Disponibles---**", thePlayer, 255, 255, 255, true) outputChatBox ( "#002EB8*Piloto#C2C2C2 /drift[1-7] /salto /recta /estacionamiento", thePlayer, 255, 255, 255, true) end end)
-
Como actualizar mi servidor
Arsilex replied to angelberge's topic in Ayuda relacionada al cliente/servidor
que raro numca vi un host que de hostin en windows siempre es Linux -
Como actualizar mi servidor
Arsilex replied to angelberge's topic in Ayuda relacionada al cliente/servidor
https://nightly.multitheftauto.com/multitheftauto_linux-1.3.1-rc-4772-net1CE.tar.gz -
Fl Studio es uno de los mejores.
-
1º tendria que aprender a crear un archivo y sus lineas para poder guardar...
-
para que un bot te siga es bastante avanzado eso y para lo de diferente zona puedes usar math.random
-
Link: http://adf.ly/DeQkI
-
pon lo setElementModel en server-side
-
hace 3 años si se podian hacer animaciones personalizadas pero lo quitaron por errores
-
osea como lo creas con guieditor dices?
-
local country = getElementData(source,"Country") local imgPath = ":admin/client/images/flags/"..tostring(country)..".png" dxDrawImage(520.0,58.0,20.0,20.0,tostring(imgPath),0.0,0.0,0.0,tocolor(255,255,255,255),false) por que eso me tira que no se encontro la IMG ?
-
1º Cambia la posicion del cigarette por la posicion de el ped despues tienes que usar attach
-
local spawnpoint addEventHandler("onResourceStart", resourceRoot, function() spawnpoint = getRandomSpawnPoint() resetMapInfo() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end if get("spawnreset") == "onSpawn" then spawnpoint = getRandomSpawnPoint() end exports.spawnmanager:spawnPlayerAtSpawnpoint(player,spawnpoint,false) repeat until setElementModel(player,skin) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end function getRandomSpawnPoint () local spawnpoints = getElementsByType("spawnpoint") return spawnpoints[math.random(1,#spawnpoints)] end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerQuit",root, function () if getPlayerCount() == 1 and get("spawnreset") == "onServerEmpty" then spawnpoint = getRandomSpawnPoint() end end ) addEventHandler("onPlayerWasted", root, function() skin = getElementModel ( source ) setTimer(spawn, 1800, 1, source) end )
-
a este script le faltan binde w a s d me parece a mi ._.
-
si pero como vi eso onLevelUp me dije y si pregunto aver que dicen
-
Bueno lo que me gustaría es quitar el Dx que sale que es el de Castillo por uno mio es que mi server es multi idioma y el castillo sale solo en ingles es posible o tendría que crear yo un sistema de esos?
-
function Encender3() if takePlayerMoney ( thePlayer, 500 ) then giveWeapon ( source, 25, 100 ) else outputChatBox ( "No hay dinero no hay armas amigo" ) end end addEvent( "Armas.Escopeta", true ) addEventHandler( "Armas.Escopeta", getRootElement(), Encender3 ) No se si esta bien o mal pero me como podria hacer si el player no tiene 500$ para que no le de el arma?
