Jump to content

stumpy

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

stumpy's Achievements

Square

Square (6/54)

1

Reputation

  1. Have you tried https://github.com/sbx320/lua_utils?
  2. Hello, one user from my server get always a Connection Timout when he want´s to connect to any server. With the cmd from windows he get an very good ping. He always have about 30ms with no connection timouts. The ping in the SERVER BROWSER is also about 30. He has a 100mbit internet connection. Error Number is CC23 - "Connection timed out" All other games are working. Only MTA get´s errors. Reinstalling of Windows,MTA and GTA did not yield any improvement... Regards EDIT: Here is the MTA-Diag Paste-Bin: http://pastebin.mtasa.com/790789745
  3. Hello, i have a question to the ingameperformancebrowser Ressource. How can i activate the client checkbox? It´s not enabled at my server. I want check the Client-Performance in ipb. Regards
  4. Hello, is there a way to add a CommandHandler that work with all Commands? I would like output All Commands that would be entered at my server. addCommandHandler("*",functionName) does not work... Regards EDIT: Oh, sorry it you can close it. I found the solution: addEventHandler("onPlayerCommand", getRootElement(), command_func)
  5. stumpy

    Synced Ball

    Oh that´s a pretty nice idea! I will try it! Thank you Jusonex! Is there any way to remove the shadow from the vehicle? It´s also shown at vehicle alpha 0. Regards
  6. stumpy

    Synced Ball

    Yes i know the needed functions. But i´ve problems with the calculation. I´m not a math pro. Can anybody help me with this issue?
  7. stumpy

    Synced Ball

    yes i know, but i can trigger the moveObject Function to server. For example: Client: function onDozerCollision(hit,force,bodyPart,colX,colY,colZ,normX,normY,normZ,hitForce,model) if getElementModel(hit) == 1598 then local x,y,z = getElementPosition(hit) triggerServerEvent("moveBall_S",getLocalPlayer(),hit,x,y,t) end end addEventHandler("onClientVehicleCollision", getRootElement(),onDozerCollision) Server: function moveBall_S_func(ball,x,y,z) moveObject(ball,5000,x,y,z,0,0,0,"OutQuad") end addEvent("moveBall_S",true) addEventHandler("moveBall_S",getRootElement(),moveBall_S_func) But i´ve problems with the calculation of the movement direction. Thanks for your help!
  8. stumpy

    Synced Ball

    i´ve tried both, but it´s on client and server the same. Now i tried to make this with moveObject, but i don´t know how i get the direction for movement. This is my example, maybe anybody can help me with this function. function onDozerCollision(hit,force,bodyPart,colX,colY,colZ,normX,normY,normZ,hitForce,model) if getElementModel(hit) == 1598 then local x,y,z = getElementPosition(hit) moveObject(hit,5000,x,y,z,0,0,0,"OutQuad") end end addEventHandler("onClientVehicleCollision", getRootElement(),onDozerCollision)
  9. stumpy

    Synced Ball

    Hello, is there any way to make a synced Ball? I´ve tried to sync the beachball (ID: 1598) but on getElementPostition(beachball), i got the spankoords back, not the actuelly postition. Or ist there any other way to make a synced ball, maybe like the Neon Carball Script? Regards
  10. i also would like the open source cersion of the newest version.
  11. Hello, my server isn´t shown in the Server Browser after a Root-Server Change. My IP is: 94.23.247.90:220003 All Ports are open and the Server is now up since 72h Port-Test: https://nightly.multitheftauto.com/ports/?d=s1.ex ... odef=1&a=1 Regards
  12. stumpy

    Server list spam

    Here are Servers with Abuse in there Name: All IP´s from 84.200.85.95:22003 to 84.200.85.102:22003
  13. Hello, i´m seaching for the mission completed sound from singleplayer. I´ve not founded in with the sfxBrowser https://community.multitheftauto.com/index.php?p=resources&s=details&id=7549 Youtube: Can u help me? Regards
  14. Hello, i´m seaching a download-link for Fort Carson Roleplay Script. It´s released in this Thread: https://forum.multitheftauto.com/viewtopic.php?f=108&p=458074 But now the link is removed. Regards Stumpy
×
×
  • Create New...