Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Et-win

  1. Why not uploading to community...
  2. Sorry, but I just have to comment on this: NO.
  3. Good job, but you just could continue in your old topic..
  4. Better stop complaining now >.>
  5. If you are giving them for free, then why the hell you want 'us' to contact you on Skype?
  6. I just wanted to say that you atleast need to add a GUI to make it better Options and such with alot of functions, Chatbox, GUI, DX, etc functions
  7. Just letting you know that CWS is done and good to work with. Only everything is still in Dutch and will be translated to English. Release before or on December 1!
  8. Use a table: for placeNumber, stringData in ipairs(badWord) do --Stuff end This will loop through your table. placeNumber = row number and stringData is what is on that row. That would be and "bitch" in this case.
  9. If you look what I changed in that two lines then you know..
  10. I hoped you would look into bindKey to atleast know you have to pass the player. function jumpFunction(thePlayer) local vehicle = getPedOccupiedVehicle(thePlayer)
  11. function myPlayer(Player) bindKey(Player, "z", "down", jumpFunction) end function jumpFunction() --Stuff end
  12. https://wiki.multitheftauto.com/wiki/OnPlayerLogin
  13. Et-win

    Script Name

    https://forum.multitheftauto.com/viewtopic.php?f=91&t=78826 The search button, damn what useful!
  14. I think this one: viewtopic.php?f=108&t=72085 Btw, use the search button...
  15. Nice one I didn't know NVidia GeForce GT 630M also had 4 GB, I have 1 GB D:
  16. They always complain until it's perfect. Instead of complaining the lazy asses can learn to script and learn to edit the script to make it working to their wishes.
  17. Et-win

    HELP Me

    onClientGUIClick ( getElementHealth ) setElementHealth
  18. You should put the commandHandler server-side and attach it to the function which checks or the player is in the ACL Group.
  19. Did you remove the bindKey @ client-side? Also be aware that the commandHandler is still there.
  20. Use bindKey at serverside and then check with isObjectInACLGroup, getAccountName, getPlayerAccount and aclGetGroup or the player is in the correct group to use the function. (Check the example, it's litterly given.) If he has permissions to use it, then trigger towards the client that used the bindKey function and do what you want to do.
  21. If you want to use dxDrawImage you need to put the function on event onClientRender. The image will be drawn for only 1 frame. With this render it will be kept drawing it on each frame. The only thing you have to do then is: local HP = getElementHealth(getLocalPlayer()) if (HP < 80) then dxDrawImage(...) end
  22. Et-win

    Help fileIsEOF

    https://forum.multitheftauto.com/viewtopic.php?f=91&t=78826
×
×
  • Create New...