-
Posts
1,518 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Simple0x47
-
RPG or RPG pass pack for my server.
Simple0x47 replied to winklennart's topic in Ayuda relacionada al cliente/servidor
Usalo nadie te va a decir nada -
Awesome, could you tell me how da fak did you make the speedometer interior work?
-
Nothin' chill, I'm just going to stab into you some bad ass elementDatas :v
-
Try chaning the element which triggers the serverEvent. triggerServerEvent("rotateWeapon", localPlayer, object, rx, rz )
-
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 )
-
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
-
RPG or RPG pass pack for my server.
Simple0x47 replied to winklennart's topic in Ayuda relacionada al cliente/servidor
Buscara un estilo de RP de SAMP. Para ello te recomiendo usar Valhalla Gaming. -
RPG or RPG pass pack for my server.
Simple0x47 replied to winklennart's topic in Ayuda relacionada al cliente/servidor
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 -
RPG or RPG pass pack for my server.
Simple0x47 replied to winklennart's topic in Ayuda relacionada al cliente/servidor
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 -
Vote vote vote :v
-
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.
-
[CUENTA HOSTING] 99STACK [30€ Negociables]
Simple0x47 replied to Simple0x47's topic in Soluciones de hosting
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. -
Modify the spectator cameraMatrix xyz adding the rotation.
-
[CUENTA HOSTING] 99STACK [30€ Negociables]
Simple0x47 replied to Simple0x47's topic in Soluciones de hosting
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€... -
[CUENTA HOSTING] 99STACK [30€ Negociables]
Simple0x47 replied to Simple0x47's topic in Soluciones de hosting
Debido a que es una venta urgente, bajo el precio a 15€. Interesados PM o Skype: killer.68x -
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
-
The one that I used does that automatically with no-need of using table.sort . Numeric for life :v
-
This is the way to do it. testTable = { {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, } for i = 1, #testTable do local catName = i local category = testTable[ i ] outputChatBox(catName) end
-
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.
-
B.L.A.S.T. V5!!! ALL NEW!! ALL GOOD!! ALL SPAM!!
Simple0x47 replied to Mr.Bill's topic in B.L.A.S.T.
A. God. <3 Q.Are you atheist? -
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:. )
-
Busco socicio para un Multy Gamemode DM/race etc
Simple0x47 replied to xRGamingx's topic in Servidores en donde jugar
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. -
Necesitarias almacenar algun dato en una tabla para diferenciar el vehículo que es el del jugador para cerrarlo desde fuera.
-
Busco socicio para un Multy Gamemode DM/race etc
Simple0x47 replied to xRGamingx's topic in Servidores en donde jugar
Yo puedo ofrecer soporte, scripting, programación a cambio de $. me avisas en mi skype si estás interesado. killer.68x
