Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Et-win

  1. Et-win

    SOLVED

    https://forum.multitheftauto.com/viewtopic.php?f ... 6&start=45 Second post. Explanation how to use it is somewhere in that topic too. Second page I think.
  2. Et-win

    SOLVED

    nice bro can u please explaine to me how ? , with full script ofc if u have time Just use the one from the link? Lol.
  3. Et-win

    Vehicle

    https://wiki.multitheftauto.com/wiki/RespawnVehicle Use the wiki and press CTRL+F, it does miracles...
  4. What is function 'isElementWithinSafeZone' ? What are the debugscript 3 errors? Or maybe the event has to be 'onClientPlayerDamage' x:
  5. Seems that you did something to ACL so it cannot start any maps. Is 'resource.mapmanager' in ACL Group 'Admin', and does ACL Group 'Admin' have 'function.startResource'?
  6. Et-win

    SOLVED

    Maybe I will make a system of it, Idk.
  7. https://community.multitheftauto.com/ind ... &id=340954 I want to have all my resources deleted, since they are useless anyway. Will upload new if I ever feel like doing it. EDIT: And you guys should stop arguing now and let an Admin look at it. e.e
  8. Oh thanks, I was looking for something like this for my lobby script because players were able to open F8 console and chat. I had no idea how to disable it, once again thanks. Hehe, then I helped us both out
  9. guiSetInputMode("no_binds_when_editing") That did the job.
  10. Et-win

    SOLVED

    https://forum.multitheftauto.com/viewtopic.php?f ... 6&start=45 Second post.
  11. Et-win

    SOLVED

    Take a look here: https://forum.multitheftauto.com/viewtopic.php?t=78826 Second reply, I gave this person a complete download script. You can edit to how you want it though.
  12. I think we don't understand what you mean.
  13. 'skillWindow' is not defined, because the table is above the function which creates the window. Put the table under/in the function, or put the 'guiCreateWindow' above the table.
  14. Lol, guess I'm just not a fast scripter then
  15. Et-win

    I need help

    https://wiki.multitheftauto.com/wiki/GetElementModel You know that this code doesn't return 'true' or 'false' at all? So why are you checking or 'skin' == 'true'? What are you trying to do with it?
  16. Et-win

    I need help

    Are you sure there is any data set onto the grid list's row? Show the piece of script for that, because there is nothing saved on the row.
  17. Et-win

    I need help

    What do you want to get with: local skin = getElementModel(source) ? Because you can't give up a 'source' if it's just in the script and not in a function which was started with a command/event.
  18. You shouldn't "up" your topics constantly
  19. I never had any bug with it? Anyway, you have to convert the pixel size of the image (32x32 pixels) to a value that is between 0 and 1. So try this: 32/100 (My math is horrible, so it can be wrong ) *Cough* Edited.
  20. That's because you are giving up '32' in the value that has to be between 0 and 1, lol. Do some math, or just simply set 'true' to 'false' to use actual pixels. (Trust me, that's easier)
×
×
  • Create New...