Jump to content

tropez

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by tropez

  1. tropez

    Problem cash

    Okey, then start it reading - https://wiki.multitheftauto.com/wiki/Ser ... _functions
  2. tropez

    Problem cash

    To be honest, give yourself the peace of mind with that... There are a lot of structures.
  3. tropez

    Problem cash

    Try this: DDAttempts = ( tonumber(DDAttempts["DDAttempts"]) + 1 ) or 0 If you want to fix that then synch. your script with sql lite. Probably tables did not create.
  4. tropez

    skin mods?

    I was talking today with dzek to fix that site.
  5. tropez

    Lua

    Just use your brain. http://lmgtfy.com/?q=lua+decompiler
  6. tropez

    "How to" video's

    It would help some people.
  7. I will try it. I added a small suggestions, maybe developers will add it. viewtopic.php?f=102&t=37642&p=387822#p387822 Dosen't work.
  8. It can be make player camera animation like busted effect - . Currently in MTA it is impossible, because if you use setCameraMatrix you lost hud, exceling and others. bool setCameraShakeLevel ( bool state, [ int level, int time ] ) state - true or false. level - a number between 1 - 1000 representing a size of position camera shaking. time - time in ms which must elapse to change direction of the animation ( [ change ] - - - - animation - - - - [ change ] ).
  9. Then i lost - hud, crosshair and I will not be able to excel. I want to create a effect like player busted camera - ( http://wiki.sa-mp.com/wiki/SetPlayerDrunkLevel ).
  10. How many times it takes to create ?
  11. Hey, I want to create a camera shake effect with visible hud, crosshair etc. Any ideas ? This effect is like player busted camera shake - http://wiki.sa-mp.com/wiki/SetPlayerDrunkLevel
  12. Why these positions are so small ? Code looks good.
  13. For bigger server i prefer Ryden's MySQL module, other way you can use what you want - xml, files, SQLLite, MTA DB etc.
  14. To be honest it is slower then mysql by ryden but i am not sure.
  15. 1.2 haven't realised yet. I think that a small group people will be using mta mysql because a lot of people have a resources based on mysql by ryden.
  16. viewtopic.php?f=108&t=28694 , that would help you.
  17. https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL If you don't have a private server then use a XAMPP.
  18. I have heard about custom railroad tracks in 1.2. Is is true ?
  19. So, find a fragment of code where is the votemap poll.
  20. I am not sure what do you want to do, but find a line with outputChatBox and change the arguments of colors. for index, map in ipairs(compatibleMaps) do local mapName = getResourceInfo(map, "name") or getResourceName(map) if string.find(getMapName(), "DD", 1, true) then etype = 1 else etype = 2 end table.insert(poll, {mapName, 'nextMapVoteResult', getRootElement(), map, etype}) end Later you can check type by use poll[ id? ][5] and create "if"statement.
  21. It would be helpful - http://www.gamedev.net/page/resources/_ ... rial-r1927 .
  22. It maybe helpful. I know that in mta we have a traffic resource. Can someone upload it ?
×
×
  • Create New...