Jump to content

TiTawN

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TiTawN

  1. addEventHandler( "onColShapeLeave", Cols[i], function (leaveElement, matchingDimension) if (leaveElement and getElementType(leaveElement) == "player") then setTimer(function() setElementRotation(Gates[i], 0, 90, 90) end ,2000,1) end end) It does not work without a timer Sometimes it works and sometimes it doesn't It doesn't matter if it has a timer or not, but after a few minutes the mode changes
  2. Solving the problem of setElementRotation working after two minutes inside the server source ??
  3. And how to remove the first letter of a text | Thanks
  4. What code should I use if I want to convert uppercase letters to lowercase letters? Thanks for your help ?
  5. Hello My Friends How can I create a table like this table with the insertion method? local cl = { ["Body"] = {1,1}, ["Face"] = {1,1}, }
  6. I want a function that shows license plate replacement ? Please Help me ?
  7. Hello guys, I created a map in the sky, but when there is a car on it and I move away from it, the map disappears and the car falls. Can the car fall be prevented? Please Help me In This Regard ?
  8. Hello guys How can I create text that is attached to an object? In addition, I want to change the font
  9. Hello dear friend, how did you solve this problem?
  10. What you say is for create the car, I want to check it when the car is spawned via .map file
  11. What Function is There To Spawn a Vehicle On The Server ? ( OnVehicleSpawn ) Or can you tell me how to solve the bug of the vehicle going under the object when spawning? Please Help Me ? ThanQ
  12. Hi again, I really do not understand what you mean by fetchremote performance Explain more if possible. I just want to send a text message to the real phone of the person to confirm the game account
  13. TiTawN

    Follow Ped

    Hello, how can a ped drive a car following a car that a player is riding in? Please Fast Answer Me Thanks
  14. Hello, Why when the size of the .xml file increases, the server encounters a lag
  15. Hello, I wanted to know how I can create an in-game registration panel that will send the verification code to the user's real phone.
  16. TiTawN

    Money Hack

    Hi, I've finally discovered the problem. Thanks to @IIYAMA for giving me log code. The problem was that he(the user that made his money upper than 99,999,999) was using takePlayerMoney to make his money less than 0$ and by making it minus(-), it's go on and on to make it plus(+) and when it get to <<plus>>, the money will start as a number that is more than 99,999,999... Thanks for the info ?
  17. TiTawN

    Money Hack

    Using the code triggerServerEvent Can it be done?
  18. TiTawN

    Money Hack

    onClientKey is in the client How to save on server? addDebugHook weakens the server? I mean, should I disable it after the problem is found?
  19. TiTawN

    Money Hack

    Thanks a lot for the help with your codes for log, I hope the problem I have will be found Is it possible to have a log for the keys (keyboard keys) to show? (For example: any keyboard keys that player uses is game, it saves in log) And also can you tell me more about hookType?
  20. TiTawN

    Money Hack

    Forget bank account. He has more than 99,999,999 in his pocket! Watch this code : if getPlayerMoney(root) >= 100000000 then outputDebugString("Player :"..getPlayerName(root).." bought the vehicle with $100,000,000) end You can see that outputDebugString ran and the result seen in the MTA San Andreas 1.5\server\mods\deathmatch\logs\server.log
  21. TiTawN

    Money Hack

    you're right, but that's in GTA, I guess in MTA It's 99,999,999. How did he passed 99,999,999$?! We used givePlayerMoney & setPlayerMoney in our codes, but we were unable to pass 99,999,999!
  22. TiTawN

    Money Hack

    Well I do not know where they used the bug code and how they bypassed (getPlayerMoney) which could not be more than 99,999,999. Where is this bug code?
×
×
  • Create New...