GamerDeMTA
Members-
Posts
559 -
Joined
-
Last visited
Everything posted by GamerDeMTA
-
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 )
-
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??
-
the problem is!! onClientPickupHit Where do I put THE PICKUP which I need to HIT? It doesn't explain in the wiki!
-
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**
-
I am going to
-
No... I will. EDIT: Do you know if 50drift has best drift export?
-
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?
-
it says i need the X and the Y . Can't i do it with the button variable?
-
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
-
Thanks :DD hey how to put it as the third column or the 4th?
-
HI!! I want to add a coluMn to the scorebord! Which says the weapon of the player!! Can SomeOne SayMe Howw=??
-
Hello I want to play a song from a link. Do you know how to? It's a david guetta song in youtub
-
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
-
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
-
thanks where I put the setTimer?? inside the function?
-
Hi, I want to do that when the resource starts in the client (onClientResourceStart), there's a image for only 5 first seconds. how??
-
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.
-
-- 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)
-
But I mean also for teams I've made like "VIP" those things im not searchin a resource
-
then can u say me a code for that?
-
put behind the users of an ACL group of the server this: ||Admin|| and the nickname.
-
And for put a Min. Length for a EDITBOX? a Min. Length not Max. U know Pls?
-
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?
-
wait... the line 3 is good? LastMassage or u meant Message? ah and thanks for help
