-
Posts
339 -
Joined
-
Last visited
About Serginix
- Birthday 24/02/1993
Details
-
Gang
SX
-
Location
Colombia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Serginix's Achievements
Fool (23/54)
0
Reputation
-
Prueba con esto, yo no lo probé. Client function Aesede() if not PanelObjetosMapa then PanelObjetosMapa = guiCreateWindow(124, 50, 579, 354, "Panel de objetos de mapeo ~ By: Tomasito", false) guiWindowSetSizable(PanelObjetosMapa, false) Close = guiCreateButton(470, 309, 99, 35, "Cerrar", false, PanelObjetosMapa) guiSetFont(Close, "sa-header") guiSetProperty(Close, "NormalTextColour", "C8E70000") Gate1V = guiCreateButton(10, 50, 70, 27, "Gate1", false, PanelObjetosMapa) Gate8V = guiCreateButton(10, 271, 70, 27, "Gate7", false, PanelObjetosMapa) Gate2V = guiCreateButton(10, 98, 70, 27, "Gate2", false, PanelObjetosMapa) Gate9V = guiCreateButton(10, 317, 70, 27, "Gate8", false, PanelObjetosMapa) Gate3V = guiCreateButton(10, 141, 70, 27, "Gate4", false, PanelObjetosMapa) Gate6V = guiCreateButton(10, 225, 70, 27, "Gate6", false, PanelObjetosMapa) Gate4V = guiCreateButton(10, 184, 70, 27, "Gate5", false, PanelObjetosMapa) Memo = guiCreateMemo(9, 23, 560, 27, "Al hacer click en cada boton aparecera un objeto diferente. ", false, PanelObjetosMapa) guiMemoSetReadOnly(Memo, true) addEventHandler ("onClientGUIClick",Gate1V,Gate1VV,false) else guiSetVisible (PanelObjetosMapa,true) end showCursor (true) end addCommandHandler ( "panel", Aesede ) function Gate1VV () showCursor (true) triggerServerEvent ( "onGreeting", getLocalPlayer()) end Server function greetingHandler () if ( source ) then local x, y, z = getElementPosition ( source ) local theObject = createObject ( 976, x + 0.1, y + 0.1, z, 0, 0, 0 ) if ( theObject ) then outputChatBox ( "Object created successfully", source, 0, 255,0 ) else outputChatBox ( "Failed to create Object", source, 255, 0, 03 ) end end end addEvent( "onGreeting", true ) addEventHandler( "onGreeting", root, greetingHandler ) PD: Seguimos hablando por Facebook ._.
-
Hello, I don't come to the MTA Forum usually, but lately I experienced some problems and I have some questions that I cant figure out myself, I really would like if you guys could help me. Lately I was interested on create things outside of the actual GTA SA Playeable map, In the sea... But the weird thing is that after playing a while on that area on some islands that I built, I encountered a problem I cannot damage players using melee weapons like: Fist Nightstick Baseball Bat Chainsaw. And the players health did not decreased using those type of weapons. I used Fire weapons like M4, Pistols, Rifles and health decreased you could actually kill a player like that but with melee was imposible.. Note that no script had any kind of cancelEvent (). So I made a Freeroam Server to test with no scripts just Freeroam. I invited friends and we went outside of the map with a Boat and still players where invulnerable to Melee damage outside of the GTA SA Playeable Map. Is there a bug with MTA or GTA ?? or Some Sync problem ? In the other way I also have a question about Sync... I have a VPS with 8 [email protected] Ghz Xenon CPU and 10Gbps port speed Unmetered Bandwith on The Netherlands. Do I really need bandwith_reduction value on the mtaserver.conf set to medium? medium It makes a difference if I set the value to “none” ? Sync gets better? Also I have seen this New value: 0 Sould I use it on my server ? It makes the Sync and the Players experience better ? I would like to know more about that I have read the Wiki but I still dont get it 100% I am the owner of Proyecto SX server and my server averages 50 – 200 Players on a Normal Days thats why I would like to know more about the Sync ( Right now all Sync values are in the defaults ), but I would like to provide the players with the Best Experience and reliability. Bandwith is not a problem for the server neither the CPU, I think.. Thanks for your time
-
Jajjajajaajjajajajaja No jodas Jajaja !
-
Jajajajaja
-
Nvidia Geforce FX 4 Series Driver para Windows 7
Serginix replied to Krujitoz's topic in Recursos y aportes
Yo la 9500 GT -
Pero me caga de risa ver esas imagenes del tipo que dice "Aliens!"
-
History Chanel Detected.
-
local root = getRootElement() addEventHandler("onPlayerLogin", root, function() local Nombre = getPlayerName(source) outputChatBox(Nombre.." ah entrado al juego!", root) setPlayerTeam(source, getTeamFromName("Civil")) end )
-
http://www.cuantocabron.com Tas obsesionado Carlos
-
LOL Apesar de qu8e el Off Topic es malo, las imagenes de Carlos me hizieron cagar de la risa, jajajajaja
-
Ejemplo lol: PD: No se como poner videos aqui derecho, el boton de youtube solo me pone las tags e.e
-
Mi solucion fue guardar las Armas en data bases, la vdd uso accounts data Aunque (gracias a Castillo que desperto mi curiosidad por un resource que el hizo (creo que ya sabes cual)) aprendi a usar bien el SQL, el MySQL nah, aun no... luego me pongo a trabajarle dado que el sistema es mejor ... Solo es guardarlo todo cada vez q el jugador muera, y salga, y al aparecer, si se tiene almenos 1 data de las armas del source las devuelva, bueno ay varias opciones, pero esta me parece la mas fiable y sin usar muchos timers.
-
Cierto la violencia empieza por el MTA jajajja Vieron los videos de GTA Real, un ejemplo
-
No, porque tambien descubri que si te sales Muerto te jodes, pero lo solucione hace como 3 meses xDDD
-
Lol, creo que en la comu habia un resource que hacia eso mismo con Scoreboard...