Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. I wish I would have Paypal money but an asshole gave me a refund for his server hosting services, then cancelled it and now I've got $-10
  2. createColCuboid addEventHandler ( "onColShapeLeave" ) takeWeapon
  3. /me killed diegofkda (Literally destroyed your computer using a trojan that made your processor to calculate too many operations and exploded because of its high temperature)
  4. At Houses, The Wisperer, Yeah, Hails Superman... WTFISTHIS
  5. 12p

    I CAME BACK, MTA xD

    So you didn't miss me... I hate you xDDD
  6. Dude, don't you think that fileExists already does that?
  7. Gonna update and fix my 3D Texts resource. I'm fixing the code for loading texts from XML files of a resource that is started. The trouble is "Bad argument @ xmlNodeGetChildren ( in this case, at position 5 ) function loadText ( resource ) if not resource and source then resource = source elseif not resource and not source then return end if not fileExists ( ":" .. getResourceName ( resource ) .."/texts.xml" ) then return end local node = xmlLoadFile ( ":" .. getResourceName ( resource ) .."/texts.xml" ) for i, t in ipairs ( xmlNodeGetChildren ( node ) ) do --Down this part is done, no need to show it because it has no trouble end addEventHandler ( "onResourceStart", getRootElement ( ), loadText ) The XML file I'm loading is this (it's called "texts.xml"): <texts> <text posX="4000" posY="-2729.75" posZ="6" text="Sección 1 por Benxamix2" red="64", green="128" blue="0" alpha="255" scale="2" font="bankgothic" /> </texts> What's wrong?
  8. Use [ youtube ] [ /youtube ] tags! The map is not good until you reach its 50%
  9. Multi Theft Auto: San Andreas (LOL)
  10. It's not a GM, but ty But if you guys really want this to be gamemode, I could do it.
  11. Rayman 3: Hoodlum Havoc (Nº4, next one change the request ;P)
  12. Okay... The task of making that is a bit stressant... By now I will just work on the basics dude.
  13. 12p

    Criminal Gui

    TIP: Don't double post. local dutyMarker = createMarker ( 1229, -1423.6999511719, 13,'cylinder', 2.0, 225, 0, 0, 137 ) CrimGui = guiCreateWindow(227,106,342,376,"MLAW Criminal job",false) Have_Job = guiCreateButton(39,313,111,45,"Have job!",false,CrimGui) Cancel = guiCreateButton(200,312,111,45,"Cancel",false,CrimGui) Doel = guiCreateMemo(63,44,234,242,"Criminal:\nAs Criminal you need to rob houses. You will get 0-1K from this.",false,CrimGui) guiMemoSetReadOnly( Doel,true ) guiSetVisible ( CrimGui, false ) addEventHandler("onClientMarkerHit", dutyMarker, function(hitElement) if hitElement ~= localPlayer then exit end if CrimGui ~= nil then guiSetVisible(CrimGui, true) showCursor(true) guiSetInputEnabled(true) else outputChatBox ("You aren't ready yet. Re-enter the marker.") end end ) addEventHandler ("onClientGUIClick", Have_Job, function ( ) triggerServerEvent("CrimTeam",localPlayer) showCursor(false) guiSetInputEnabled(false) guiSetVisible(CrimGui, false) showCursor(false) end, false ) addEventHandler ("onClientGUIClick", Cancel, function ( ) guiSetInputEnabled(false) guiSetVisible(CrimGui, false) showCursor(false) end, false )
  14. Humm... Wiremod? Now I see. That's quite complex.
  15. SO... You also left this project? I made this in a week or less, I don't remember well. But it wasn't hard to be done.
  16. I suggest you to make something easier. If you know nothing about Lua, how do you expect to do something like that?! I won't make the code for you like a servant! Btw, your english is very, VERY bad. http://www.ajaxtrans.com/index.php
×
×
  • Create New...