Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Et-win

  1. Why not uploading it to the community? I don't think people like to make a whole account for your site just to look how the resource looks like. Otherwise, post some pictures?
  2. If this is your own code and you want help, why you don't post your full scripts then?
  3. onPlayerChat For examples you can check this script: https://community.multitheftauto.com/index.php?p= ... ls&id=3167 Not sure or you can filter "(TEAM)" though.
  4. He asks how to change the (TEAM) text to (CLAN) text. If I'm correct, it has to be in teammanager, otherwise, you can maybe filter it with a script.
  5. https://community.multitheftauto.com/ind ... ls&id=8473 My own resource. Possible to remove the first version? DONE EDIT: Thanks
  6. You scripted this all, but you don't know how to do those things you asked us? (Just asking)
  7. Lol, just some scripter like anyone. And yes, sometime Idk-how-long ago viewtopic.php?f=108&t=70950
  8. If you mean the pictures in the first post of this topic, they do work... Yes,, In Size large no,, Look you Click on it. Click on it again, then again maybe. http://oi55.tinypic.com/11u7ubb.jpg It just works, the site is slow just incase you cba with waiting...
  9. If you mean the pictures in the first post of this topic, they do work...
  10. Kidding me? I'm too late with releasing mine D: Anyway nice job.
  11. Et-win

    Userpanel

    Yes it is. This is -yet again- stolen all. Please close this and delete the link...
  12. Hello and thank you for the reply. Indeed this was the solution. I just totally forgot to only trigger the names, normally I did this before, but now I just forgot it.
  13. Try instead of "source": "thePlayer" ?
  14. Et-win

    [HELP] Please

    A better explanation would be perfect so we can understand it too.
  15. Et-win

    Login Panel

    https://wiki.multitheftauto.com/wiki/In ... ng_the_GUI This could help you to start with scripting the GUI. *Note: Here you script a login panel, but this login panel only works if you use "username" and "apple" as username and passwords, in other words: Not a real login panel.
  16. Hello, As you look to the title you know my question. Client: function requestServerMaps() triggerServerEvent("clientrequestservermaps", getLocalPlayer()) end addCommandHandler("testen", requestServerMaps) function nowdooutput(themaps) for l, k in ipairs(themaps) do outputChatBox(tostring(k)) end outputChatBox(tostring(themaps)) outputChatBox(tostring(themaps[1])) end addEvent("sendbackservermaps", true) addEventHandler("sendbackservermaps", getRootElement(), nowdooutput) Server: function getservermapsnow() themaps = exports.mapmanager:getMapsCompatibleWithGamemode(getResourceFromName("race")) for l, k in ipairs(themaps) do outputChatBox(tostring(k)) end triggerClientEvent(source, "sendbackservermaps", getRootElement(), themaps) end addEvent("clientrequestservermaps", true) addEventHandler("clientrequestservermaps", getRootElement(), getservermapsnow) (Script fastly made for testing, so sorry if it's a bit messy ) If I output it with "ipairs" in serverside, it does return every map that is on the server. If I do the same on clientside, the table is suddently empty. It DOES return the table, but still, it's empty. My question now is: How it can be empty? I remade a simple function (This one here above) to check or it was my first function's fault, but nope, my official function and this function both do the same. PS: I did try to trigger "lol = {"Hai", "Naab"}" towards client, this was successful.
  17. It is true that reflection, it is a bad idea. I'll update the resource and publish the source code on GitHub in order to allow the contribution. If you do that, it's still compiled here on the MTA Community? If so, then nope.
  18. Lol, too lazy to look by yourself what is standing after "Current playing:" ? https://www.youtube.com/watch?v=RY0kSpNngxU
  19. Above it says: "Current playing:" You know?
  20. Not everyone is so 'good' as you.
  21. If admins have to edit/delete every resource without picture, then we are 54 years further. This topic is to report resource that have been STOLEN. Be HAPPY that they put time in that. Stop posting resources which have no pictures. e.e And that's why the user has a CHOICE to use which one she/he likes more.
  22. Criminal Damage is what? wanted Level ? If you read it again and look at the other pictures and compare them with this last one, then you see.
×
×
  • Create New...