-
Posts
2,608 -
Joined
-
Last visited
Everything posted by 12p
-
Removed*
-
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
-
createColCuboid addEventHandler ( "onColShapeLeave" ) takeWeapon
-
/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)
-
At Houses, The Wisperer, Yeah, Hails Superman... WTFISTHIS
-
So you didn't miss me... I hate you xDDD
-
Dude, don't you think that fileExists already does that?
-
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?
-
Removed*
-
/me killed Tank07 (votekill)
-
Use [ youtube ] [ /youtube ] tags! The map is not good until you reach its 50%
-
/me killed qaisjp (Poker Faces Attack)
-
Multi Theft Auto: San Andreas (LOL)
-
It's not a GM, but ty But if you guys really want this to be gamemode, I could do it.
-
Rayman 3: Hoodlum Havoc (Nº4, next one change the request ;P)
-
/me killed qaisjp (Problem?)
-
Okay... The task of making that is a bit stressant... By now I will just work on the basics dude.
-
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 )
-
Humm... Wiremod? Now I see. That's quite complex.
-
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.
-
Wut? I didn't understand that part.
-
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
