Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. WHat is The PRoblem? I'm getting crazy! Now the debugscript doesn't say nothing!!! and it DONT WORK `CLIENT function lz () outputChatBox("Take it", 255, 255, 0, true) end addEvent ("wii", true) addEventHandler ("wii", localPlayer, lz) servER ma = createMarker (x,y,z, "cylinder", 4, 0, 0, 255, 225 ) addEventHandler("onMarkerHit",ma, function ( ) triggerClientEvent ("wii", source) end )
  2. Hola, quiero hacer como en algunos mapas DM no se si sabrán que vas por un objeto o por un sitio y saltas, y te lleva a otro. Se puede y comO??
  3. GamerDeMTA

    PickUp

    the problem is!! onClientPickupHit Where do I put THE PICKUP which I need to HIT? It doesn't explain in the wiki!
  4. GamerDeMTA

    PickUp

    how to make a Pickup with createPickup that is a Jetpack? and when u hit it it stays? I mean it doesn't disappear? **EDIT: and how to put the pickup you hit in the onClientPickupHit event? in the wiki examples it doesn't put it**
  5. No... I will. EDIT: Do you know if 50drift has best drift export?
  6. Ok thanks. Hey can ypou also help me with this? I need a DRIFT Resource but with a export for get the Best Drift (and if it saves in your account, the best drift) is there any?
  7. it says i need the X and the Y . Can't i do it with the button variable?
  8. I want to do that when you "pass" the cursor in a Button there's a sound. Like in FFSGAming. I dont mean when u click it, I mean when u pass the cursor
  9. Thanks :DD hey how to put it as the third column or the 4th?
  10. HI!! I want to add a coluMn to the scorebord! Which says the weapon of the player!! Can SomeOne SayMe Howw=??
  11. GamerDeMTA

    Hello

    Hello I want to play a song from a link. Do you know how to? It's a david guetta song in youtub
  12. addEventHandler("onClientResourceStart", resourceRoot, function ( ) guiCreateStaticImage( 20, 200, 100, 100, "img.png", false ) setTimer(5000,1) end ) I only know that, I dont know what i need to put in isElement and destroyElement
  13. yes i know. But I only need where I `put the static image? In the second function you say put it there but for what is the function A then
  14. thanks where I put the setTimer?? inside the function?
  15. Hi, I want to do that when the resource starts in the client (onClientResourceStart), there's a image for only 5 first seconds. how??
  16. the code of Pain is good ? because its the same as Prestege's. can you please give me a good example? This is a bit hard for me.
  17. -- FILE: mapEditorScriptingExtension_c.lua -- PURPOSE: Prevent the map editor feature set being limited by what MTA can load from a map file by adding a script file to maps -- VERSION: RemoveWorldObjects (v1) AutoLOD (v1) function requestLODsClient() triggerServerEvent("requestLODsClient", resourceRoot) end addEventHandler("onClientResourceStart", resourceRoot, requestLODsClient) function setLODsClient(lodTbl) for i, model in ipairs(lodTbl) do engineSetModelLODDistance(model, 300) end end addEvent("setLODsClient", true) addEventHandler("setLODsClient", resourceRoot, setLODsClient)
  18. But I mean also for teams I've made like "VIP" those things im not searchin a resource
  19. then can u say me a code for that?
  20. GamerDeMTA

    how to??

    put behind the users of an ACL group of the server this: ||Admin|| and the nickname.
  21. And for put a Min. Length for a EDITBOX? a Min. Length not Max. U know Pls?
  22. addEventHandler("onClientRender", root, function() dxDrawText("lol", 162, 131, 325, 163, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("!!", 421, 131, 584, 163, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("d", 163, 342, 417, 363, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("draw.", 166, 363, 541, 381, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) end ) Do u know how to use drawText ONLY when the window "wnd" is opened?
  23. wait... the line 3 is good? LastMassage or u meant Message? ah and thanks for help
×
×
  • Create New...