Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Orange, what do you mean? this is not counterStrike yes but maybe would be nice for FP game modes
  2. Castillo

    hey

    are you kidding me right? i don't even know of what server you talking about O_o
  3. i don't get how it works and what i must do to use it, maybe someone can help me out?
  4. that shows a page with lot of errors O_o
  5. they must be in "registry.db", that is where sqlite stores the data, so you just gotta copy that file if i'm right .
  6. +1 to your post O_o i don't get what is it too P.S: your english is weird
  7. taliban, its not your bussines if he wants to create his own, i call that off-topic
  8. beluga, it was a really simple script, not even 1 minute to create it
  9. i know what is it, but i suposed was like spam
  10. server.lua: function getCords(thePlayer) x, y, z = getElementPosition(thePlayer) outputChatBox("X: ".. tostring(x) .." Y: ".. tostring(y) .." Z: ".. tostring(z)) end addCommandHandler("get",getCords) meta.xml: <meta> <info author="Castillo" type="script" version="1.0" /> <script src="server.lua" type="server"/> </meta>
  11. i have no idea how it works since i never used it
  12. that sounds like normal GTA Sa not MTA, i'am right?
  13. so, you are creating a Counter Strike game mode into MTA? thats what i understand.
  14. you won't find any scripter for FREE, i recommend start to learn
  15. maybe this: http://mta.dzek.eu/mmove/ its created by dzek aka varez.
  16. Castillo

    hey

    well, if they have a website go there and contact them
  17. ah well, but if you don't do that then its ok
  18. nowofresh, your code doesn't does anything of what he wants O_o, i think you gotta read it again function onEnterSetColor ( thePlayer, seat, jacked ) local accountname = getAccountName(getPlayerAccount(thePlayer)) if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "Admin" )) then setVehicleColor(source, 0, 0, 0, 0) setVehicleHeadLightColor(source, 0, 0, 0) else setVehicleColor(source, 16, 16 , 16, 16) setVehicleHeadLightColor(source, 0, 255, 0) end end addEventHandler ( "onVehicleEnter", getRootElement(), onEnterSetColor ) should work, try it (not tested)
  19. Castillo

    Ranking

    i think you should edit the resource "killmessages" to do that.
  20. what you said should be fixed, i did when click on resources grid list it will clear and add the items after that O_o
  21. Castillo

    Win trouble

    you said the second is client side, right? that means you are using server side functions / events on a client script, this won't work for sure, i recommend to learn from wiki and stop trying to create something without know anything. https://wiki.multitheftauto.com/wiki/Scripting_Introduction
  22. you gotta edit "interiors" resource to make that, i recommend to start learning how to script. https://wiki.multitheftauto.com/wiki/Scripting_Introduction
  23. you just want to get all done, start to learn by yourself! if you ask for 1 simple script its ok but if you start to ask another and another then its not! https://wiki.multitheftauto.com/wiki/Scripting_Introduction
×
×
  • Create New...