Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Et-win

  1. http://lmgtfy.com/?q=Multi+Theft+Auto+h ... +and+DFF
  2. Does the function even gets started? + Check debugscript 3...
  3. Ow, sorry. Just tested it. I didn't knew you could do that too (stuff1..stuff2) And no debugscript 3 errors?
  4. i changed my skin by admin panel + script working but this event only don't work EDIT finaly its work its not working if change skin with admin panel Because it uses 'setPedSkin' as far as I know. And the event only works with 'setElementModel' EDIT: Since Admin Panel is old, it may even using 'setPlayerSkin' if it was not updated to the new codes.
  5. And you are sure 'setElementModel' is being used? Otherwise re-check meta.xml or it's really server-side. Otherwise than that: Weird...
  6. Post script. Did you use it on Server-side?
  7. He means to put that table back and then use that code, because now it won't do anything anymore without that table.
  8. outputChatBox(supercolor.."[supernick]: #FFFFFFYour "..supercolor.."supernick #FFFFFFhas been set to "..supercolor..SuperNick, player, 255, 255, 255, true ) To: outputChatBox(supercolor.."[supernick]: #FFFFFFYour "..supercolor.."supernick #FFFFFFhas been set to "..supercolor..""..SuperNick, player, 255, 255, 255, true )
  9. https://wiki.multitheftauto.com/wiki/Sc ... troduction https://wiki.multitheftauto.com/wiki/In ... ng_the_GUI https://wiki.multitheftauto.com/wiki/Debugging Do you think we all knew scripting when we started? Nope. I have been scripting for 1,5 years to be able to script everything I want, but still I need to search for codes and even sometimes look how others made it. Not copy-pasting, only looking and trying to understand it. Then making it by myself. Start with the Scripting Introduction, then you already atleast know how to make a simple function with stuff. You only have to know and understand the basics of LUA, then you only have to get the code's from WIKI and you are done.
  10. Probably he uses this: https://wiki.multitheftauto.com/wiki/IsPlayerInTeam And be sure that 'getPlayerFromName' means the full name with HEX color codes.
  11. Et-win

    Virusscanner detection

    It seems I have the problem only on this laptop. My Notebook and other computer aren't showing this message.
  12. Mmm, if I understand this good, you want to check or the vehicle is in your area? Event 'onVehicleStartEnter' has a 'source' which is the vehicle which the player is trying to enter. So, you just use 'source': local pX, pY, pZ = getElementPosition(source) With this, you can check or the positions are in or out of the area. If the player is not in the area, then use code: cancelEvent() This will cancel the player with entering the vehicle.
  13. Et-win

    killtimer

    Please use the [lu.a]--Stuff[/lu.a] tags without dots for scripts And that is because the timers are 'local'. Remove 'local'.
  14. 1. What doesn't work? 2. Why you just don't even try to learn scripting...
  15. Et-win

    registry.db

    Then as soon as you set the money, resend the amount to the client?..
  16. Which means 'aclGetGroup' couldn't find any ACL Group with that name. Which means the group doesn't exists.
  17. Et-win

    deleted

    Does the element data exists? Because if it doesn't, it will return false.
  18. Et-win

    Virusscanner detection

    ESET Smart Security 7.0.317.4
  19. I everytime get this with both MTA 1.3.5 and MTA 1.4, suddently. I never had this before. Yes it is on. Yes Firewall is on. Yes everything is updated. Yes @ everything else
  20. Et-win

    Mute song

    gMap = exports.mapmanager:getRunningGamemodeMap() mapRoot = getResourceRootElement(gMap) getElementsByType("sound", mapRoot)
×
×
  • Create New...