Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Awesome, could you tell me how da fak did you make the speedometer interior work?
  2. Nothin' chill, I'm just going to stab into you some bad ass elementDatas :v
  3. Try chaning the element which triggers the serverEvent. triggerServerEvent("rotateWeapon", localPlayer, object, rx, rz )
  4. You can use this, you just have to trigger the event onClientIsFreezed when the player is being freezed. addEvent("onClientIsFreezed", true) addEvent("onClientIsUnFrozen", true) local freezed = false local fx, fy, fz, ftx, fty, ftz function saveXYZ() fx, fy, fz, ftx, fty, ftz = getCameraMatrix() freezed = true end addEventHandler("onClientIsFreezed", root, saveXYZ ) function unfroze() freezed = false fx, fy, fz, ftx, fty, ftz = nil, nil, nil, nil, nil, nil end addEventHandler("onClientIsUnFrozen", root, unfroze) function check() if ( freezed == true ) then local nx, ny, nz, ntx, nty, ntz = getCameraMatrix() if ( nx ~= fx ) or ( ny ~= fy ) or ( nz ~= fz ) or ( ntx ~= ftx ) or ( nty ~= fty ) or ( ntz ~= ftz ) then setCameraMatrix( fx, fy, fz, ftx, fty, ftz ) end end end addEventHandler("onClientRender", root, check )
  5. You could use three loops for getting this done. I think it should work but I cannot guarantee. local players = getElementsByType("player") local players_a = { } local players_b = { } for z = 1, #players do local p = players[ z ] if ( #players_a ~= #players ) then local s local p1_a = getElementData( p, "alivetime" ) for i = 1, #players_a do local p2 = players_a[ i ] local p2_a = getElementData( p2, "alivetime" ) if ( p1_a > p2_a ) then players_a[ i ] = p for x = 1, #players_b do local v = players_b[ x ] players_a[ x + 1 ] = v end players_b = players_a elseif ( i == #players_a ) then players_a[#players_a + 1] = p players_b = players_a end end end end
  6. Buscara un estilo de RP de SAMP. Para ello te recomiendo usar Valhalla Gaming.
  7. MTA Paradise: https://github.com/mabako/mta-paradise MTA Paradise Modificado: http://www34.zippyshare.com/d/862707/8811853/paradise.zip Valhalla Gaming, OWL Gaming, United Gaming: PM
  8. Pues está el MTA Paradise, o el Valhalla Gaming, o el OWL, o el United Gaming, y también está opcion de que hagas tu propia gamemode. :v
  9. It's something normal, better games are getting on. GTA V multiplayer non official platform is out. Players are looking for something new, they're not looking for the same gamemodes in all the servers.
  10. Es algo urgente, parecera un regalo y la verdad lo es, si no fuera por comprar esta cosa http://www.ebay.es/itm/Transformador-Sinclair-ZX-Spectrum-Spectrum-fuente-alimentacion-power-supply-/201367937192?hash=item2ee276e0a8:g:ryUAAOSw3ydVv6da creeme que no lo daría.
  11. Modify the spectator cameraMatrix xyz adding the rotation.
  12. Necesito comprar un elemento esencial para una reliquia, y claro necesito el 15€ para poder comprarlo. Aqui veo que nadie se anima 84$ en hosting por 15€...
  13. Debido a que es una venta urgente, bajo el precio a 15€. Interesados PM o Skype: killer.68x
  14. Se vende cuenta de 99stack con 84$ en balance. Se vende debido a que no tengo pensado montar ningun servidor en un futuro cercano. Con este balance se puede alquilar un VPS de 6$ para 14 meses y más servicios disponibles que ofrece, se llevara a cabo el cambio de email al del comprador, Interesados skype: killer.68x
  15. The one that I used does that automatically with no-need of using table.sort . Numeric for life :v
  16. This is the way to do it. testTable = { {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, } for i = 1, #testTable do local catName = i local category = testTable[ i ] outputChatBox(catName) end
  17. They're using default resources? Because unoptimized scripts would up the CPU usage. But there's also the possibility of uncompatibility with the OS you're using for your hosting.
  18. Those who want another gamemode, just post it here, and if someone votes for a gamemode that someone already said just quote his comment ( Thanks for the suggestion @.:CiBeR:. )
  19. Ofrezco scripting en cuanto Lua y Pawno que utilizan "APIs". Pero también ofrezco programación en cuanto Lua, C++, PHP, JS, HTML, CSS, SQL.
  20. Necesitarias almacenar algun dato en una tabla para diferenciar el vehículo que es el del jugador para cerrarlo desde fuera.
  21. Yo puedo ofrecer soporte, scripting, programación a cambio de $. me avisas en mi skype si estás interesado. killer.68x
×
×
  • Create New...