Jump to content

TheRock254

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by TheRock254

  1. dbExec(database, "ALTER TABLE table_name ADD columd_name DATATYPE") I use this code for create new column but if column is exists, it's give warning. How can i get is the column exists?
  2. TheRock254

    Start Map

    How can i start map for only one player? The map must downloading for only this player and it must loading for only this player. Thanks
  3. It is work perfect. Thank you Buffalo. Note: Your server is so good!
  4. How can i set selected gui? so, for example: I want to when the player clicked on ,0y,50x,50y area, select edit. How can i do it?
  5. If player's capslock is open or close before not connect on the server? :( :(
  6. It's only check, if key is still pressing
  7. TheRock254

    Capslock

    How can i detect is capslock open?
  8. This resource need mtasa// text in message. And this problem already solved!
  9. Solved with text:find("%d.%d.%d.%d")
  10. Somebody do advert with ip adress in my server and i want to prevent it.
  11. How can i detect IP adress. mtasa//x.x.x.x Thx
  12. How can i do fire in vehicle? Eg uzi What is the this code in wiki or is it on community?
  13. And?... How can i get script downoaded or how can i get % of file? I need all events and all functions for this Thx
  14. Hi guys. I need download system. So, download first important scripts then vehicle mods etc. How can i make it? Or community also is there such a thing? Thx
  15. I want to turn around the 0,0,0 point with setCameraMatrix. Please help
  16. I want to turn around the 0,0,0 point. Im make this but it's not work. Please help radius = 10 addEventHandler("onClientRender", root, function() setCameraMatrix(math.cos(math.rad(radius)), math.sin(math.rad(radius)), 50, 0, 0, 0) end)
  17. Hmm. And how to set maximum total ammo?
  18. Oh ok, thnx. But; What is the: weapon_range and how to set fire speed?
  19. setWeaponProperty(22, "pro", "maximum_clip_ammo", 90) Im make this but it's not worked!
  20. Hmm. Thank you but what is the "poor, std and pro" ? setWeaponProperty(22, "poor", "weapon_range", 70) setWeaponProperty(22, "std", "weapon_range", 70) setWeaponProperty(22, "pro", "weapon_range", 70) and what is the "accuracy" and how to use "accuracy, damage, move_speed, target_range"? Can you give me example?
  21. How I do increase firing speed weapon, lower recoil, set the clip size, damage and movement speed?
×
×
  • Create New...