Jump to content

tropez

Members
  • Posts

    26
  • Joined

  • Last visited

About tropez

  • Birthday 30/11/1993

Details

  • Gang
    Scripters
  • Location
    Poland

Recent Profile Visitors

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

tropez's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  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.
×
×
  • Create New...