Jump to content

bandi94

Members
  • Posts

    1,037
  • Joined

  • Last visited

Everything posted by bandi94

  1. hm.. what do you mean whit "hud"
  2. yes when the map start that song will be downloaded by players whit the map
  3. i am form romania but i speak hungarian .... i don't have msn can you give me skype or yahoo
  4. yes he warped the ped in vehicle you are able to drive the car and the ped is in vehicle ... (if you site on driver side you can drive the car ) use addEventHandler("onVehicleEnter", getRootElement(), function(thePlayer, seat, jacked) acitanox = createPed( 0, 0, 0, 0 ) if acitanox then warpPedIntoVehicle( acitanox , source, 2 ) end end try this server side
  5. bandi94

    Object

    attach a object need to be server side use :"onVehicleEnter" and "onVehicleExit" (if you make attach client side only you will see the attached element on the car other player wil not see that object ...)
  6. i have 2 rockets on a car and i wanna to shoot the rockets near the car door but if i set x+2 then it shoots near door but if i turn my car then no more shoot near door bk need to incarse the y to and decreas x ( i think i need to get the x,y,z whit car rotation....) but i don't find how? can somebody help me ?
  7. g_P = getLocalPlayer() function rocket() if not rocketTimer and isPedInVehicle(g_P) then local occupiedVehicle = getPedOccupiedVehicle(g_P) local rotX,rotY,rotZ = getElementRotation(occupiedVehicle) local x, y, z = getElementPosition(occupiedVehicle) local matrix = getElementMatrix(occupiedVehicle) local offX = 0 * matrix[1][1] + 1 * matrix[2][1] + 0 * matrix[3][1] + 1 * matrix[4][1] local offY = 0 * matrix[1][2] + 1 * matrix[2][2] + 0 * matrix[3][2] + 1 * matrix[4][2] local offZ = 0 * matrix[1][3] + 1 * matrix[2][3] + 0 * matrix[3][3] + 1 * matrix[4][3] local vx = offX - x local vy = offY - y local vz = offZ - z x = 0 * matrix[1][1] + 3 * matrix[2][1] + 0 * matrix[3][1] + 1 * matrix[4][1] y = 0 * matrix[1][2] + 3 * matrix[2][2] + 0 * matrix[3][2] + 1 * matrix[4][2] z = 0 * matrix[1][3] + 3 * matrix[2][3] + 0 * matrix[3][3] + 1 * matrix[4][3] createProjectile(g_P, 19, x, y, z, 200, nil, 0, 0, 360 - rotZ, vx, vy, vz) end end bindKey( "num_sub", "up", rocket ) tested and working you shoot whit numpad - you can change it on bindkey
  8. i will make a map whit car battel(rocktes .....) i find this type of weapons 16: Grenade 17: Tear Gas Grenade 18: Molotov 19: Rocket (simple) 20: Rocket (heat seeking) 21: Air Bomb 39: Satchel Charge i put a normal 19: Rocket (simple) 20: Rocket (heat seeking) ,and i wanna put a minigun but what type of weapons to use for minigun is a weapon type for minigun something ? .... ( i don't know what is 39: Satchel Charge is that the bullet for minigun ?)
  9. fixed my all acl was deletet how i don't know (WTF) now its working
  10. i and my clan have a server named : [HUN/ENG]DGT Clan Server this server is on more that 4-5 months hosted on my computer have 3-20 players on it most of time we update it whit maps script every week ( most of script made by me and some friends) the server its ok but my internet connection its suck wee search for a free host for server (the server have 137 mb) and we ask for more +30-50 mb for future maps and scripts if somebody have a litel space for us pm me ( i will help that persons whit his server maps some scripts and more .. ) thx for help
  11. i get this error when i start my server last night its work perfectly i stoped and now when i try to start it it get this error "Error parsing Access Control List file " server stoped SQLite 3 database closing press Q to shut down the server! hm.. what it means this error ?
  12. thx i read on wiki but i don't understand how its work but now i get it (addCommandHander start a function when you type whit "/...." ) thx again
  13. hmm. can you give me and example whit addComantHandler() for my code ( if find that message then get atuo==0 or==1 ) i never used addComandHandler and on wiki i don't understand how its work
  14. i finish the manual gearbox for rpm+gear meter now i get stuck on auto/manual gearbox swich local manual=0 addEventHandler ("onClientChatMessage",getRootElement(), function(message,type) if (type(string.find(message,"/manual"))) then manual=1 elseif (type(string.find(message,"/auto"))) then manual=0 end end) client side hm.. and its return 1 (on every render tested whit outputChatBox)
  15. bandi94

    No-swear...

    hm..... gePlayerTeam getTeamColor in no swear.... ( if you give a code try to remove the +code) and if you use this if (type(string.find(message,"bitch")) == "number") then that "number" is if you type whit . or , you stil get muted or .... and if you type blablabitchbalbla you stil get muted so no need to write 1 word in difrent persons and ...
  16. ok i fixed the bug whit check vehicle ( i have 1 getPlayerName and handler error in debug i will try to fix that but the meter is working perfectly i think i forgot to delet +1 handeler and a getPlayerName somewere )
  17. hm... now i am working on a manul gear box for my rpm +gear's on next update i will fix the check vehicle or not in 2-3 hour i will update the version whit fix and for sound its possible whit a 3d sound or a back sound ( I do not know how it soundsthe higher rpm part ) for gear shift its posible whit a back sound i will include that sound soon
  18. hello i upload on comunity 1 resource whit "+" in name and say error 404 on download i reupload again and stil error 404 i have 2 resources whit "+" in name : 1 name: rpm+gear Description: NOT GOOD ERROR ON DOWNLOAD! link: https://community.multitheftauto.com/ind ... ls&id=2488 2 name: rpm+gears Description : NOT GOOD ERROR ON DOWNLOAD! link: https://community.multitheftauto.com/ind ... ls&id=2486 for both say error 404 on download ( after i upload it whithout "+" no more error 404) my request is to delete the 2 resources whit "+" in name ( see above name , Description,link) thx (sorry my english)
  19. thx man i will work around this when i finish it i will update my rpmandgear whit manual gearbox function
  20. bandi94

    No-swear...

    its one on comunity whit a tabel you write the words "...","....." and done .. https://community.multitheftauto.com/ind ... ls&id=1479
  21. i search on wiki some functions that set a car max speed (for my rpm+gear meter i wanna too make a manual gearbox if you writ /manualgear in chatbox) the problem is that function i found on wiki is only server side i need some client side function to set max speed for a car
  22. yes fiexd the download( the "+" was causing the error 404) uploaded as rpmandgear i changed the link
  23. yes was the "+" i upload it as rpmandgear and now no more error 404 ( hm this is my firs resource uploadet to comunity is there a way to delet the 2 resources whit "+" ) thx for help
  24. i try to upload it whitout + 1 moment
×
×
  • Create New...