Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. try this: toggleControl("walk",false) toggleControl("sprint",false) toggleControl("jump",false) setControlState("crouch",true) setTimer(setControlState,1000,1,"crouch",false)
  2. , well, if you want any wiki copies, you could now get them off my Media Fire page: http://www.mediafire.com/?1z9whinnxm0ql
  3. Can you please download and run this MTADiag, if it still continues, please post the PasteBin URL.
  4. Edit: http://www.mediafire.com/?zxoi7uk46k0xd3s
  5. Where did you got the MTA 0.5r2 ? If you got it from Project-Redvivus then there should be a commands list on their wiki, if you got it from here, the only command I know is /kill
  6. hey, Did you try looking for your MTA Server on that application list?
  7. Jaysds1

    COdesigns

    I love the designs, keep up the good work
  8. Jaysds1

    Weapons

    oh, use: onClientPlayerDamage and check if they're in the col and if they are then cancel the event.
  9. oh I found the reason why, it's server sided, btw try the code again.
  10. ok, I've edited it again, try now
  11. hmmm, well, there's no way for now, but maybe I'll suggest something to the MTA Devs for an option to show your country or not.
  12. actually, it's a resource, so try this: ---clientside function tazerreload( startedRes ) setWeaponProperty ("silenced_pistol" ,"poor", "maximum_clip_ammo", 1 ) end addEventHandler( "onResourceStart", resourceRoot,tazerreload)
  13. Did anything got output to the chat box?
  14. ya, but Game-Monitor adds it after a certain time, so don't worry
  15. try this: http://pastebin.com/pErrG6n1
  16. Sorry about this post!!! BTW, Thanks for contributing
  17. Why can't you post the details here?
  18. Did you look here first: https://wiki.multitheftauto.com/wiki/Server_Manual
  19. is there any errors? if there isn't try this: http://pastebin.com/gs4z1Yem (btw, sorry, I copy your script and edit them on PasteBin)
  20. Jaysds1

    Weapons

    well, you would need to use: colshapes: createColRectangle createColSphere More here: Colshape then when they enter it, use these functions: setPedWeaponSlot then use the event: onPedWeaponSwitch
  21. Well, first you would need to create script using Lua knowledge.
  22. actually, you could use: toggleControl Control_names
  23. matito6 , here: https://wiki.multitheftauto.com/wiki/Resource:Race
  24. try this: http://pastebin.com/Ap5nZNy3
×
×
  • Create New...