Jump to content

Timoow13

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Timoow13

  1. 1. Koop balonnen 2. Koop eten en drinken 3. Nodig vrienden uit 4. ??? 5. Profit. Maar serieus, wtf? (20 DAGEN BUMP )
  2. Als je bedoelt een voorwerp op de map zetten, dan moet je gewoon een plat object nemen (zoals jetdoor) en daarvan de texture vervangen. Daarvoor heb je dan TXD Workshop voor nodig (zo heet dat volgens mij) en de functions: https://wiki.multitheftauto.com/wiki/EngineImportTXD https://wiki.multitheftauto.com/wiki/EngineLoadTXD Probeer het script zelf te maken. Google is je vriend.
  3. Hi, I want to make a (big?) island, but I can't really find a suitable land mash. Do you know a good land mash for an island? I also heard about heightmaps or something. Is this possible in MTA? If so, is there something like a tutorial for it?
  4. Thank you, it works I'll put you in the credits
  5. Hi, I wanted to make a script today so a marker will be created and when you hit the marker it shows a GUI and something in the chatbox, only for that player. When he types /close, the GUI closes and something has to appear in the chatbox, also to only that player. I'm not a very skilled scripter and I ran into a problem: all the GUI-functions are clientside and the chatbox-thing is serverside (if you want the message only appear to the player in the marker). What do I have to do now? I now have this (it doesn't work, the text when entering doesn't appear, the text when typing close is there, but I think it is visible to everyone, not sure though): Clientside GUIEditor = { memo = {}, window = {}, tab = {}, label = {}, tabpanel = {}, } GUIEditor.window[1] = guiCreateWindow(559, 209, 616, 468, "Welcome to Da.ESCaPE!", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.tabpanel[1] = guiCreateTabPanel(22, 25, 585, 434, false, GUIEditor.window[1]) GUIEditor.tab[3] = guiCreateTab("Intro", GUIEditor.tabpanel[1]) GUIEditor.memo[4] = guiCreateMemo(7, 10, 582, 234, "Welcome to Da.ESCaPE (Dutch and English Server Clan and Playing Evolution)! This is a Dutch/English server clan with servers on Multi Theft Auto, Garry's Mod and Team Fortress 2. Our goal is to make our servers as unique as possible. In this windows you will find the rules, help, who is in our team, our other servers and credits.\n\n---To close this window, type /close---", false, GUIEditor.tab[3]) guiMemoSetReadOnly(GUIEditor.memo[4], true) GUIEditor.tab[4] = guiCreateTab("Rules", GUIEditor.tabpanel[1]) GUIEditor.tab[5] = guiCreateTab("Help", GUIEditor.tabpanel[1]) GUIEditor.tab[6] = guiCreateTab("The Team", GUIEditor.tabpanel[1]) GUIEditor.tab[7] = guiCreateTab("Servers", GUIEditor.tabpanel[1]) GUIEditor.tab[8] = guiCreateTab("Credits", GUIEditor.tabpanel[1]) infomarker = createMarker (415.29998779297, -2080.8000488281, 6.8000001907349, "cylinder", 1, 139, 127, 0, 100) addEventHandler ("onClientMarkerHit", infomarker, function () guiSetVisible(GUIEditor.window[1],true) showCursor(true) end ) addCommandHandler ("close", function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) end ) Serverside addEventHandler ("onMarkerHit", infomarker, function () outputChatBox("Freek: #FFFF00Hello! Can I help you?", getRootElement(), 0, 255, 0, true) end ) addCommandHandler ("close", function () outputChatBox("Freek: #FFFF00Come again when you need help! Have fun!", getRootElement(), 0, 255, 0, true) end ) I know this is a stupid question, but at least I'm trying. Please don't awnser with "we're not going to make scripts for you, blabla, you have to do that yourself, herpderp". I'm just asking. Also, when I join the server the GUI pops up without me in the marker. I had this problem before with other GUI scripts. Anyone know a solution for this? Thanks!
  6. Hi, I wanted to import a .png into TXD Workshop, but I got this Error: "Out of system resources" How do I fix this?
  7. Hi, me and my friend wanted to edit the map on my server like we did yesterday. We wanted to continue, but when the editor started, half of what we made was gone, while in Play, everything was there. I tried opening it again, opening it in the real map editor, changing the dimension I was in, but nothing helped. I looked in the .map file, but nothing was missing. What is wrong and how can it be solved?
  8. I don't have that dbs_housesystem.sql file in the folder. And when i try to start the resource, it says: dbConnect failed; unkown database 'dbs_housesystem2' [HOUSESYSTEM]MySQL handler 1 not accepted! Trying secondary handler... dbConnect failed; unkown database 'dbs_housesystem' [HOUSESYSTEM]MySQL handler 1 not accepted! Shutting down...
  9. if i would know why it doesn't work, i wouldn't have posted this. It just doesn't start up. I don't get a messages or something.
  10. Hello, I downloaded the lolmode resource made by JasperNL=D. I wanted to put the login part of it (the character selection/creation etc.) in my own server. Unfortunatly this did not work. Can someone pick it out of the lolmode resource and post it here for me? I will say on my server it was made by JasperNL=D. Thanks, Timo.
  11. Thank you, it finally worked!
  12. Hi, I was trying to port forward, but it didn't work, and after months of trying, it finally worked. But, nobody can see or join my server. The ports are open. I tried openports and https://nightly.multitheftauto.com/ports/. They both say they are open. Can somebody help me? Did i do something wrong?
  13. I know this is normal, but is there a way you can disable this? So when you die, you still have the same skin.
  14. Aah, yes, forgot to do that. Thanks!
  15. I don't get it: function makeBlip createBlip ( -2293 , 2249 , 0 , 53 ) createBlip ( -245 , -518 , 0 , 17 ) createBlip ( -1446 , -939 , 0 , 38 ) createBlip ( -2681 , 1596 , 0 , 6 ) createBlip ( 214 , 1899 , 0 , 23 ) end addEventHandler( "onResourceStart", getRootElement(), makeBlip ) Is this right? MTA Server.exe gives me an error: SCRIPT ERROR: blips\blips.lua:2: '(' expected near 'createBlip' Please help me.
  16. I already fixed it, the script wasn't correct But thnx for your awnser.
  17. I have a weird createObject bug... I created a gate which you can open with moveObject. But when i open it, my friend says he sees the gate on the same place and can't walk trough it. But on my screen it has moved and i can walk trough it. In the map editor there isn't a gate. But i guess that's normal. How do i solve this?
  18. Join aub mijn nieuwe server! Je hebt wel Hamachi nodig. Alle informatie staat in deze video! https://www.youtube.com/watch?v=YBF19usTkPc Join!
  19. Denk je echt dat ik zo dom ben? Tuurlijk weten ze mijn IP adres. Tuurlijk zitten ze in mijn netwerk. Denk je echt dat ik dat vergeten was? En je antwoord is toch al veel te laat.
  20. Timoow13

    Need help

    Thanks, I've done it!
  21. Timoow13

    Need help

    I already did that, i was a bit late with editing my comment But thanks for responding! But that money-thing doesn't work, where do i have to put it?
  22. Timoow13

    Need help

    Hmm.. it doesn't work... where do I have to put it?
  23. Timoow13

    Need help

    Hello, How do i put zombies in 1 area, and not everywhere? I only want zombies in that little spooky village in LV desert, but i don't know how to do that. Can someone give me a script for that? (if it's possible ) And is there also a script to get $100 for each zombie you kill?
×
×
  • Create New...