Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Otto is too much high, ignore him ;P
  2. 12p

    PC COMBO QUESTION!

    I will wait my dad to test the graphics card at another PC in this new week. If it works, then I will tell him to do what you say. Otherwise, I'll have to buy a new one. Thanks
  3. You can use Virtual Machines
  4. 12p

    PC COMBO QUESTION!

    No fan Humm... What? I didn't get that part lol What is thermal paste?
  5. 12p

    PC COMBO QUESTION!

    I actually don't know. I was playing Minecraft, and it suddenly started to lag as hell. So I stopped it playin', switched to Civilization IV... It was completely messed up with lines, like I was watching a DX error you got when you have a bad graphics card for the game you want... Something like this But WORSE. So, I was wondering WHAT THE FUCK WAS HAPPENING WITH MY PC??? I restarted it... And when it was almost done restarting (just some programs in the taskbar where being loaded)... IT AUTO-RESTARTED, LIKE A DAMN VIRUS. HAPPENED 3 TIMES. My dad came to help me. Tried safe mode, it was working. Tried normal mode, didn't work. Took the graphics card out and set the integrated one. It was now working without any kind of problem in normal mode. Using NOD32, made an analysis to the PC, no virus found. So the problem is probably the graphics card. (btw while trying something in BIOS, we dad touched the graphics card. It was pretty hot)
  6. 12p

    dm server with mods

    This is what we call "constructive criticism", Castillo. I said the mistakes that this server committed, I didn't troll it. He can decide whether to improve his server to stop committing the mistakes I said before, or not. But the point is, this server uses scripts from community, and common maps. That just makes it another DD/DM server between the 100+ we already got.
  7. Unexperienced scripters don't. People like Orange do.
  8. Si estas en San Fierro, o Las Venturas, te sigue spawneando en Los Santos?
  9. Si apareces así, será porque no cambiaste las coordenadas para ajustarlas a los hospitales. LEE LOS COMENTARIOS: --Cambia solo "rotacion"! --Cambia las coordenadas y "rotacion"!
  10. 12p

    dm server with mods

    He means that your server probably sucks, due to your extreme lack of originality, and many scripts taken from community.
  11. Combina ambos scripts y tendrás a tu jugador spawneando en los hospitales, con skin, armas y rotación correctas
  12. 12p

    PC COMBO QUESTION!

    Damn. I won't be able to play decent games by about 2 months, due to my recently burned graphics card But the wait will be worth (hope so )
  13. Wow, FatalTerror, that's perfect.
  14. Esto servira para spawnearlos en el hospital correcto, conservando skin y equipo. --Conseguimos las coordenadas de los hospitales, y la rotacion (para evitar que el jugador mire hacia el hospital al spawnear ) local zones = { ["Los Santos"]={1177.5682373047, -1323.2587890625, 14.077121734619, rotacion}, --Cambia solo "rotacion"! ["San Fierro"]={1177.5682373047, -1323.2587890625, 14.077121734619, rotacion}, --Cambia las coordenadas y "rotacion"! ["Las Venturas"]={1177.5682373047, -1323.2587890625, 14.077121734619, rotacion} --Cambia las coordenadas y "rotacion"! } addEventHandler( "onPlayerWasted", getRootElement( ), function(ammo, killer, weapon) local city = getElementZoneName ( source, true ) --En que ciudad esta el jugador? if city then --Si el jugador esta en una ciudad de las 3, y no en el campo o algo asi setTimer( spawnPlayer, 4000, 1, source, zones[city][1], zones[city][2], zones[city][3], zones[city][4], getElementModel ( source ), 0, 0, getPlayerTeam ( source ) ) --Obtener las coordenadas predefinidas por la ciudad, y spawnear al jugador ahi, con la rotacion, skin y equipo respectivos --outputChatBox ( getPlayerName ( source ).." died and was transported at All Saints Hospital.") end end ) Para lo de las armas es algo mas complejo... Que Castillo te ayude lol
  15. 12p

    PC COMBO QUESTION!

    Actually I can't afford a new PC. My actual founds: $44.000 (not counting coins lol, it will be around $50.000) What I need to buy a new PC (PCI-E like): at least $200.000 If you want to know those money counts in dollars, /500
  16. Object Oriented Programming The point is, "Why do you call it classes?" Just wanna make it sound cool? lol
  17. 12p

    PC COMBO QUESTION!

    Maybe this can be compared to that video card, Aero? (spoiler spanish page) http://pcfactory.cl/producto/1358-Video ... 512mb.DDR2 Model: Geforce 6200 Part no.: PV-T44A-YANG Core freq.: 350MHz Memory freq.: 533MHz Memory: 512MB DDR2 Memory interface: 64 Bit Supported DX: 9 Shader Model: 3.0 Supported OpenGL: 21.5 Resolutions: 1920 x 1200 DVI 2048x 1536 VGA
  18. +1 Gothem is one of those trustable users. I can beat this hosting solution IS the best one in LA.
  19. 12p

    [WIP] wBot

    Will you make it customizable so admins can add their own questions and answers to the bot? Like a XML system.
  20. 12p

    [WIP] wBot

    (first comment! ) Keep it up, you're doing a very good job, man.
  21. Do you know something about scripting?
  22. I thought he may need to extend their objects, I already knew that function works tri-dimensional. EDIT: Yeah, setObjectScale ftw.
  23. You mean... Like it's elastic object? I don't think that can be done... You could make it via cloning, or setObjectScale.
  24. lol. fine xP Considering I was using client_anim, with resizing animations, and mouse hover interaction, I think 58 lines is very low for that.
  25. +1 Remember the gamemode selector I made for NPG? Actually it was just about 60 lines. Without using my way, it could be done in 70-80 lines.
×
×
  • Create New...