-
Posts
1,050 -
Joined
-
Last visited
Everything posted by ViRuZGamiing
-
Hey, Can I unbind the map (F11) and bind something else on F11 or re-locate the mapbind like "m" ? Regards ViRuZ
-
Sup, now I've met you on the MTA:SA Forum too
-
so what do I need to too? remove thePlayer and write "ready" everywhere? The first function doesn't work either with the warpPedIntoVehicle and there's no command triggering it.
-
how do you mean is the string "ready"? changed the function in function; boatMarker = createMarker ( -1734.4, 221.3, 2.5, "cylinder", 3.5, 255, 0, 0, 255 ) dft = createVehicle( 578, -1745.1, 212.10001, 4.3, 0, 0, 270 ) dftBoat = createVehicle ( 473, -1747.4, 212.10001, 5 ) attachElements ( dftBoat, dft ) function spawnTheBoat ( thePlayer ) if getElementModel ( thePlayer ) == 578 then detachElements ( dftBoat ) setElementPosition (dftBoat, -1723.6, 229.39999, 0, 0, 0, 270) warpPedIntoVehicle ( thePlayer, dftBoat ) setElementFrozen ( dft, true ) end end addEventHandler ("onMarkerHit", boatMarker, spawnTheBoat) function unfreezeDft ( thePlayer ) setElementFrozen ( dft, false ) attachElements ( dftBoat, dft ) warpPedIntoVehicle ( thePlayer, dft ) end addCommandHandler ("ready", unfreezeDft)
-
Hi guys, I have 2 problems, 1. Bad 'ped' pointer @warpPedIntoVehicle 2. The setElementPosition doesn't do what it has too do. boatMarker = createMarker ( -1734.4, 221.3, 2.5, "cylinder", 3.5, 255, 0, 0, 255 ) dft = createVehicle( 578, -1745.1, 212.10001, 4.3, 0, 0, 270 ) dftBoat = createVehicle ( 473, -1747.4, 212.10001, 5 ) attachElements ( dftBoat, dft ) function spawnTheBoat ( thePlayer ) if getElementModel ( thePlayer ) == 578 then detachElements ( dftBoat ) setElementPosition (dftBoat, -1723.6, 229.39999, 0, 0, 0, 270) warpPedIntoVehicle ( thePlayer, dftBoat ) setElementFrozen ( dft, true ) function unfreezeDft ( thePlayer ) setElementFrozen ( dft, false ) attachElements ( dftBoat, dft ) warpPedIntoVehicle ( thePlayer, dft ) end addCommandHandler ("ready", unfreezeDft) end end addEventHandler ("onMarkerHit", boatMarker, spawnTheBoat) Yes this is the full code
-
Wanted level saves with these save systems. no export needed. https://community.multitheftauto.com/index.php?p=resources&s=details&id=3940 https://community.multitheftauto.com/index.php?p=resources&s=details&id=977
-
As I said in another post, we don't make scripts we help you with bugs and error. Try making it yourself or as some other's say download it from community.multitheftauto.com. Regards viruz
-
Then try again and if it fails post your code here.
-
No requests in this part of the forum, we don't do free scripts we help when your script is bugged or wrong. Mostly a script request costs money too. try learn LUA instead. Regards Viruz
-
The server side doesn't start without event, function sendMessage( text, player, r, g, b ) triggerClientEvent("sendMessage",player,text, r, g, b ) end addEventHandler("onResourceStart, root, sendMessage) maybe you just forgot it on the forum, idk, but anyway.
-
after that you'll need; gate = createObject(gateid, etc.) moveObject(gate, etc.) and perhaps else outputChatbox("you're not in the government", thePlayer)
-
If you're good with modeling you can delete it and model a new one with the part you don't want.
-
Thx i've used it and created an nice Cuboid but is there anyway a polygon could be 3D? or to fuse a Cuboid to another Cuboid? Image: http://pic.xtream-reallife.de/images/2014/06/12/mta-screen2014-06-1210-59-38.png I don't want to get the street in my Cuboid, if I could Rotate a Cuboid it would be solved too.
-
Hi, I'm not getting the right shape, the 2 blue spots on the Image is where I took the x,y,z coordinates and then put them in the createColCuboid(x,y,z,x2,y2,z2). Are these the right corners?
-
https://community.multitheftauto.com/index.php?p=resources&s=details&id=9413 Stolen from Llyod Logan, I knew it because I know him and know that script also I checked the meta and he didn't edit it. DONE
-
Can you name me one of those object that would indeed be nice
-
Hello guys, I've made an object and attached it to an element, I was wondering if I can have something like gravity on detach. So that the element falls and lies on the ground? should I do this with moveObject? Regards Viruz
-
/close un-installed my Anti-Virus
-
Where to disable? How can Comodo do anything to my MTA when Comodo is not running, the program is shut down.
-
Comodo Anti-Virus but it's not running when I try.
-
I don't think so;
-
right click > 'view image' you can't see the Error popup
-
Just to tell you I've read them and they're empty. Public is empty and Private has only readme.txt
-
http://upload.mtasa.com/u/237248744/dumps.zip_ but this link is only available to MTA Staff
-
I've tried; un-install MTA un-install GTA:SA re-install MTA use other GTA:SA Version (steam and non-steam) Same problem. when I start local server with mtaserver.exe I can enter it but when I want to too "/start mapeditor" it says the resource was not found.