Jump to content

Karuzo

Members
  • Posts

    1,213
  • Joined

  • Last visited

Everything posted by Karuzo

  1. Yeah was that easy. Thanks.
  2. How do you mean that? And as you can see in the meta the clientside is loaded first
  3. Hey Guys, So i'm working on a downloader and i'm triggering from server to client but it always says that the event hasn't been added clientside. My Code: Client addEvent("sendModData", true) addEventHandler("sendModData", getRootElement(), function(TXDs, DFFs) outputChatBox("lol") TXDfiles = TXDs DFFfiles = DFFs checkMods() end ) Server for _, player in ipairs(getElementsByType("player")) do outputChatBox(#TXDs) outputChatBox(#DFFs) triggerClientEvent(player, "sendModData", player, TXDs, DFFs) end end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), loadModFiles) Meta.xml
  4. Hey Guys, I need your help. I need to know the time which was set in the meta.xml as a setting. Like: I know how to get that time but where i stuck is the part with setting it as a time. Since setTime needs hour and minutes i have to get hour and minutes from that settings, I know i have to use a string.* function but i'm not that good into those functions. So could anyone of you help me ?
  5. Karuzo

    The last reply

    where is Karuzo defined? Shame on you! fuck.
  6. Karuzo

    The last reply

    where is Karuzo defined? Shame on you!
  7. Karuzo

    The last reply

    photoshop jast too proh for ju guyz
  8. Karuzo

    Score save

    No Viruz is right abxf. Just get the element data on player quit event and then you have to save it in a xml file , sql or account data as abxf said.
  9. I didn't read the whole topic but all i can say is just pay for a better hoster if you don't jealous childish people to ddos your server. I would even pay more than 200€ just for a ddos free server.
  10. Karuzo

    #Download

    No need for that complexe script. Just do an if statement in an onClientRender and if isTransferBoxActive returns true just draw the text.
  11. Karuzo

    #Download

    Just use isTransferBoxActive to check if its downloading or to check if it has finished the download.
  12. Karuzo

    I need help

    show us your whole script
  13. yeah so much unfair *cry*
  14. Can't delete my previous post, so sorry 'bout double posting. https://community.multitheftauto.com/index.php?p= ... ls&id=9497 Skin Modification DONE
  15. Karuzo

    The last reply

    Below yuo haz tried windoge 7?
  16. Seriously stop reporting scripts which aren't stolen or leaked
  17. Could you please tell us what doesn't work? Or just post the dbgscript 3 errors?
  18. Karuzo

    Government

    You can just set the alpha to 0 of the marker if you dont want to see the marker.
  19. Show us the part where you use destroyElement.
  20. addCommandHandler server-side has a playerSource parameter. your forgot that.
  21. Karuzo

    MTA doesn't start [W7]

    Thank you very very much Dutchman101 ! It works like a charm!
×
×
  • Create New...