-
Posts
1,532 -
Joined
-
Last visited
-
Days Won
2
Everything posted by diegofkda
-
No one is perfect as I know
-
Damn! Please stop fighting here guys!
-
Ehemmm... so function createBall () ball = createObject ( 1097, 0, 0, 5 ) -- just an example the 1097 ballMarker = createMarker ( 0, 0, 0, "cylinder", 0.5, 0, 0, 0, 0 ) -- set the alpha to 0, note that the size isn't the correct I guess setTimer ( function () local x, y, z = getElementPosition ( ball ) setElementPosition ( ballMarker, x, y, z ) end, 50, 0 ) addEventHandler ( "onMarkerHit", ballMarker, handleBall ) end function handleBall(player) attachElements ( ball, player ) bindKey ( player, "O", "down", giveball ) end function giveball(player) randomp = getRandomPlayer() setElementFrozen ( randomp ) local x, y, z = getElementPosition ( randomp ) moveObject ( ball, 500, x, y, z ) setTimer ( function () attachElements ( ball, randomp ) end, 600, 1 ) unbindKey ( player, "O", "down", giveball ) end Hey check that, its a good idea
-
My idea should be more easy to make
-
Big laughing out loud. SolidSnake is a nice scripter, MLM moderator, that likes to help others, and as you can see, he has many scripts uploaded to the community, that's the reason why he is Veteran (try to imagine +1000 posts, he has +3000) and the people in spanish section call him "G0o0o0o0o0od" and I can rate him as one of the best scripters of MTA... hmm he doesn't code? :lol: - sorry but your post made me laugh, I'm just saying .
-
It's kool \o/ nicely done!
-
To be honest, I don't pay it (+100 euros, how will I pay it), but check the link I put there.
-
Oh, it is? glad to see it has been fixed, but as you can see, the bug was happening when I moved the camera (that's what I meant).
-
You can buy one, or get one in a center, note that it's too expensive.
-
It's an issue made by the camera movement (just in 1.1.0 unstable).
-
I'm working on the same one for a long time :b Those are just special pre-defined (same as default) colors that are not documented on the mta-wiki. The goal of the thing that XX3 showing us is that you can set any color you want using RGB palette. Isn't the same one, it's not what I want to do (it's totally different... I just want to make something with cops (not NPCs) included, tunning garages, custom GUI, etc, etc... (I'll take about 3 months ye). Well, leave the servers on their finish (btw cool idea the motor city server).
-
But triggering events is fine for a server with a good conection I think... I use it for my server and there isn't any problem... (I always play with the vehicle light scrollbars, it's like a second panel, all is triggered there so no one can steal that).
-
Triggering would be anti-stealing scripts as you did with setVehicleHeadLightColor in your userpanel . Well, I'm making a NFS server (hope no one steals the idea ), so I've made a tunning garage with some server car mods started, and you don't know EVEN! how does it look with custom car colors (it rocks!)... well later I'll put an image here.
-
Hey Liam! I don't even know who are you, but anyway welcome back!
-
It is, but some people aren't so pro at gui area... or just he forgot how to get scroll position.
-
Who helped you? I love this feature, but I never found any problem.
-
It's not synced. Anyway, timers should help.