kevin11
Members-
Posts
328 -
Joined
-
Last visited
Everything posted by kevin11
-
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
-
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
-
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...
-
did u do the following open txd workshop, then click open (youre txd) export bmp(or any other format) ??
-
its not alot work but its work nowan wants to do for others
-
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>
-
lol this is working long time now so this can be closed
-
-
answer 1: https://community.multitheftauto.com/index.html?p ... ils&id=473 z,x,y are changeable
-
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
-
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
-
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
-
ok how can i do that
-
well rouche srry i apolegize i thought it was you u forgive me?
-
ahm im just sharing my opinion srry for sharing...
-
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?
-
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?
-
dark u still onine?? my guests cant hear to music maybe a bug inside script
-
ty its working and i forgot about debugging ty for youre help and time
-
yes its client <meta> <info type="script" version="1.0.0" /> <script src="music.lua" type="client"/> <file src="music.mp3" /> meta>
-
nope it doesnt plays the sound
-
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)
-
srry for wasting time nvm aboout this
