-
Posts
877 -
Joined
-
Last visited
Everything posted by denny199
-
A:It's cheese Q: Am I right?
-
it's my clan not ego, I just like the work of someone else
-
this is my desktop: [ http://s1259.photobucket.com/albums/ii557/dannydenr/?action=view¤t=dnrlogov8-kopie.png ]
-
A: Gay Milfs? :O No. Q: Do you know where the bunny is?
-
pfffffff, only just helping someone and then getting a negative comment wow, nice. I'm out off this
-
1 second timer for updating player game time? Bad. that isn't my script. ... I'm here for helping not for discussing, for the second time: Searching is a good way to find good stuff But when your'e searching you'll never learn it gosh, why replying man? you can help me too, without be replaying on my posts, with negative comments.
-
or just this: https://community.multitheftauto.com/ind ... ls&id=4784 Searching is a good way to find good stuff But when your'e searching you'll never learn it
-
U added the definition stealth? so no? add it and the second scroll with your'e mouse on the boxes left under your'e screen
-
A: Hard question, maybe Q: Do you love JB ?
-
Headhunterz you must watch it [Copy 2 ]
-
Als eerst moet je gewoon je poorten openzetten voor andere om erin te kunnen Als je een andere race gamemode wil moet je race aanpassen Als je maps wilt kan je kopen/downloaden/ruilen en leuke dingen in race kan je ook downloaden
-
Velicity and Gianna are big boobed lesbians ...
-
A: I do Q: Do you love fish in your'e mouth?
-
:D:D hardstyle :D:D:D:D We are hardstyle lover's till the day that we die plox: Regards [DenR]Danny
-
Is your'e server running on mysql??? Because when global can't connect to mysql it stops... and that's why this error : [2012-07-19 11:30:05] ERROR: exports: Call to non-running server resource (global) [string "?"] Or there is a error in global resource.
-
*Edit: berry172, Is it unpacked? so not in a .rar? What says the console? mayby something with the meta.xml?
-
It will moving and then destroy it but mayby you can use: https://wiki.multitheftauto.com/wiki/InterpolateBetween interpolateBetween
-
If your'e doing it for an image you can use this: So, moving a gui with guiSetPosition and timers. function do_moveing() local width, height = guiGetScreenSize () local offset = width/480 image = guiCreateStaticImage(-290, -10, 283, 175, "trollface.jpg", false) move_timer = setTimer ( move, 50, 480, offset ) setTimer ( delete, 25000, 1 ) end function move ( offset ) local x, y = guiGetPosition ( image, false ) local newpos = x + offset + 0.85 guiSetPosition ( image, newpos, -10, false ) end function delete () destroyElement (image) killTimer ( move_timer ) end [ This is moving the image above your'e screen ]
-
Sorry, didn't noticed it, btw, admin is with an a no an A edit: Does the /warp command excist?
-
You should make another ACL then put this in the acl group: <acl name="policeacl" /> and then copy the false rights what u got from now, remove the something like this: <acl name="policeacl"> <right name="command.start" access="false" /> <right name="command.stop" access="false" /> <right name="command.warp" access="true" /> ...etc etc... </acl>
-
This is an MTA SAN ANDREAS forum NOT SAMP !
-
Something like this?: [ added information ] lift = createObject ( 5020, 1827.4000244141,-1189.3000488281, 22.799999237061, 0, 270, 90 ) -- Creating the object. function moveupthelift () -- the function moveObject ( lift, 5000, 1827.4000244141, -1189.3000488281, 63.299999237061 ) -- moving the object to the location end addCommandHandler ( "moveup", moveupthelift ) -- adding a command for move the object up function movedownthelift () -- the function moveObject ( lift, 5000, 1827.4000244141, -1189.3000488281, 22.799999237061 ) -- moving the object to the location end addCommandHandler ( "movedown", movedownthelift ) -- adding a command for move the object down Now you can typ in the chatbox /moveup to move the object up and /movedown for move the object down, And u wanna learn lua?; here's some starting : https://wiki.multitheftauto.com/wiki/Scr ... troduction This is an forum, we are not creating scripts for you, I did, because I've nothing to do
-
I don't understand, what do you want? What do you mean with if... btw, you can trigger for only 1 car to. like this: lolauto = createVehicle ( modelo, -50.28254, -1142.70104, 1.62812, 0, 0, 65 ) function autofunction () --Some epic crap here end addEventHandler ( "onPlayerVehicleEnter",lolauto, autofunction ) And why using [ source ] when it's not defined.... In my opinion you should read the wiki again
-
Flag: https://community.multitheftauto.com/ind ... ls&id=4019 Money: https://community.multitheftauto.com/ind ... ls&id=4832 just search more: https://community.multitheftauto.com/ind ... =resources
