Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    [HELP] chat

    @SKIPPER: You'll need to edit both client and server files of chatbubbles.
  2. Of what resource are you talking about?
  3. Try to contact the author.
  4. exports.scoreboard:addScoreboardColumn ( 'Boss kills' ) addEvent ( "onBotWasted", true ) addEventHandler ( "onBotWasted", root, function ( killer ) addPlayerBossKills ( killer ) end ) function addPlayerBossKills ( killer ) local account = getPlayerAccount ( killer ) if isGuestAccount ( account ) then return end local BossKills = tonumber ( getAccountData ( account, "Boss kills" ) ) or 0 setAccountData ( account, "Boss kills", tonumber ( BossKills ) + 1 ) setElementData ( killer, "Boss kills", tonumber ( BossKills ) + 1 ) end addEventHandler ( "onPlayerLogin", root, function ( _, account ) local BossKills = tonumber ( getAccountData ( account, "Boss kills" ) ) or 0 setElementData ( source, "Boss kills", BossKills ) end )
  5. setElementData
  6. The event he's using is right.
  7. Yes, of course. He would need to use: triggerClientEvent addEvent addEventHandler guiSetVisible
  8. https://community.multitheftauto.com/ind ... ls&id=6349 Most ( maybe everything ) of the script taken from "killmessages" ( authors: Talidan, Iggy ), and without giving them credits. DONE
  9. Yes, that's right.
  10. Castillo

    Problem

    SOME_VALUE = the index.
  11. That script itself doesn't really make much sense, it has a lot of problems. Such as, how you define "teamName" variable, also the table with vehicle models, you're replacing it each time.
  12. You can move them to another dimension. setElementDimension
  13. You are wrong, you must register on their forums to get the scripts.
  14. El script ese solo cambia la account data, el element data se cambia al loguearse.
  15. No usas en ninguna parte getAccountName.
  16. Castillo

    [help] again

    I really didn't get anything, could you try to explain yourself better?
  17. https://community.multitheftauto.com/ind ... ls&id=3685
  18. Esa fuente no existe.
  19. Remove the map file from meta.xml, read it as a XML file.
  20. He said it is already fixed.
  21. Not sure, maybe they made their maps to be created with createObject server side.
  22. There's no need to add it to the ACL.
  23. getPedTotalAmmo Lee los argumentos, no es una tabla.
  24. You have no rights to give these scripts away, I guess you were trusted to have the scripts by ZO ( Zombie Outbreak ) and you got kicked and decided to upload other peoples work.
  25. Castillo

    [WIP]MTAM

    Well, I've been working on it on my free times, here I leave some information on what I've been adding & some screenshots: Added: Information pop ups ( for login, chat, etc... ) Over-contact effect. Add/remove to/from favorites. Set category. Delete contact. New right-click menu. Part of chat system. Screenshots:
×
×
  • Create New...