Jump to content

Storm-Hanma

Members
  • Posts

    677
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Storm-Hanma

  1. If you r looking for creating GUI window related things use guieditor from community best way to create it !!
  2. MTA sa wiki best choice if not Paste your code here for what purpose you used it ? So that we can fix it
  3. For freeroam its eassy press p panel then double click freeroam settings /disable weapon add here the weapon id save then restart free roam If you want in script type give function of take weapon ! In damage purpose(body parts) use cancel event ! Go through MTA sa wiki you will get all
  4. Its working fine by server side I test it already
  5. i dont see any erros for my side of testing it working fine !!
  6. Any errors ? Run debug script 1
  7. Why you want to sell? Now a days pubg got more craze
  8. Idk what language is that make sure the default kill messages is removed or deleted and re upload this resources or rename resource to killmessages then upload and start and see
  9. I think its a default model once check in local servers by using androma I guess its same for all ! What your nick name in default freeroam p?
  10. @ccw the price increase to 12€+Positions extended to 20 days also you taken my comments seriously its good but I swear the guys who r waiting to pay will need to wait 4 months again true right?becoz when the position was 14 days my friend been waited 2 months to pay 10€
  11. Storm-Hanma

    Timer

    dude get player team means valid team not a 'team' correct code will be like these if ( getTeamName(getPlayerTeam(thePlayer)) == "Staff" ) then it will work now take a look!
  12. good keep learning new things!!
  13. Did you created any code ?anyway try this example when the mute apply use this Example : local minutes = 5 local milisec = minutes * 60000 --Just passing minutes to miliseconds. setTimer (function() destroyElement (vehicle) end,milisec,1) Set output msg( you r unmuted or 5min is up) after destroy element and this /getmute what for weather to check the mute time or unmute player ?
  14. I don'twant to block all weapons except weapon -8 all weapons must be block in interior 15 how?
  15. There is no resources till like that instead there is a dm resource base on command handler and in latest freeroam folders only disable knife ,disable warp &anti ramming available You can script it easily if you know about godmode ,but to make like that it depend on clientrender which will hard for you !!
  16. Use else statement to make whole code work under one command handler on or off when they type disablehud
  17. Bro then what about if the player enter interiors like warehouse ,stadium etc.. How can I destroy players spawn vehicles +weapons ?
  18. There is no resource that indicates andromoda model they use interiors weather for on player join,our any spawn purpose you can get andromada interior id from MTA sa wiki and use it how you want For adding spawns use :set element interior [x,y,z,interiors ID,] Same for on markers hit etc..
  19. I wonder how you do convert ? I'm looking to get more maps converted in MTA sa I know you can do problem is I want them to be private + I don't have credit card ,nor paypal money to pay ! If possible can you share some tutorials how to convert GTA sa maps to MTA sa @CodyJ(L)
  20. Best way to get more members damnn
  21. Then use bind function ,and what down mean spawn the car ?
  22. Storm-Hanma

    car jack

    Use the team function too
×
×
  • Create New...