Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. nope i dont know what im talking about but i know it doesnt take 1 hour to make a points script and well im learning, if u think im dum just think when u started lua, u might didnt ask alot like me but u knew same as me dont say no because u lie then
  2. k commands are up and down 5000 in line 3/7 stands for the speed (for slower go higher(5000+) and fast go lower (5000-)) 3115 in 1 line stands for the object u can change commands by editing this addCommandHandler("up", opendoor) addCommandHandler("down", opendoor) gate = createObject(3115,213.37258911133,1875.5131835938,7.0294618606567,90,0,0) function opendoor() moveObject (gate, 5000, 4060.9077148438,-1819.9403076172,29.235511779785 ) end addCommandHandler("up", opendoor) function closedoor() moveObject (gate, 5000, 4060.9077148438,-1819.9403076172,346.60443115234 ) end addCommandHandler("down", closedoor) yes people : ) im learning
  3. kevin11

    Help!!

    wow? im not asking for this because its posted 2 days ago nah joking please stfu? i can make a gui with simple buy objects...
  4. did u do the following open txd workshop, then click open (youre txd) export bmp(or any other format) ??
  5. its not alot work but its work nowan wants to do for others
  6. here is another answer press f6 to open it and i gues ur not a good scripter so i added meta.xml <meta> <info name="Shop" author="solidsnake14" version="1.0" type="script" /> <script src="client.lua" type="client"/> <script src="server.lua" type="server"/> </meta>
  7. lol this is working long time now so this can be closed
  8. answer 1: https://community.multitheftauto.com/index.html?p ... ils&id=473 z,x,y are changeable
  9. kevin11

    bets

    can anyone help me out a little about how to make a bet system that bets money on a player and when he wins/dd/dm he will get more money in return i dont know where/how to start so could maybe anyone help me start
  10. Dimensions are required if you have more than 1 house in the same interior. For example, you have built 1 house in 10 interior and then you want to use this interior again for another house. So you must put the first house in dimension 1 and the second in dimension 2.I think you got what I mean. nope i used it 1 time and when i go inside everythng is or black or white
  11. im not greedy Wankenstijn.maps.rar (333.32 KB) http://www.megaupload.com/?d=L0POAPJE Race.Maps.rar (697.39 KB) http://www.megaupload.com/?d=X5G055RZ Maps Mix.rar (2.25 MB) http://www.megaupload.com/?d=9BSBZOY3 DD.Maps.rar (1.59 MB) http://www.megaupload.com/?d=22V077GQ
  12. well i see castillo gave you a awesome example, even i know how to add buttons and trigger it trough server side now just try and u will see
  13. kevin11

    Im not rouche

    well rouche srry i apolegize i thought it was you u forgive me?
  14. ahm im just sharing my opinion srry for sharing...
  15. this is client side... u mean trigger server side? i am learning scripting a little more everyday (very little) but i cant do this because i thought it would play for everyone can someone post solution? or how to make one?
  16. It's only heard by player who typed in the command. They can hear it when they type that command. is it possible to that if i type it everyone hears it?
  17. dark u still onine?? my guests cant hear to music maybe a bug inside script
  18. ty its working and i forgot about debugging ty for youre help and time
  19. yes its client <meta> <info type="script" version="1.0.0" /> <script src="music.lua" type="client"/> <file src="music.mp3" /> meta>
  20. idk what to tell i dont know what function to use can anyone send me wiki page or tell me what function function onSoundEvent ( )() local sound = playSound("music.mp3",false) end addCommandHandler("startc", onSoundEvent)
  21. srry for wasting time nvm aboout this
×
×
  • Create New...