Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Please, don't insult MTA with confusing it with SA-MP. If you take a look at the chat box, you can see that is MTA. @w1w#ALBANDER: We won't make it for you.
  2. Castillo

    [HELP] chat

    @SKIPPER: You'll need to edit both client and server files of chatbubbles.
  3. Of what resource are you talking about?
  4. Try to contact the author.
  5. 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 )
  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. Castillo

    Problem

    SOME_VALUE = the index.
  10. 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.
  11. You can move them to another dimension. setElementDimension
  12. You are wrong, you must register on their forums to get the scripts.
  13. El script ese solo cambia la account data, el element data se cambia al loguearse.
  14. No usas en ninguna parte getAccountName.
  15. Castillo

    [help] again

    I really didn't get anything, could you try to explain yourself better?
  16. https://community.multitheftauto.com/ind ... ls&id=3685
  17. Remove the map file from meta.xml, read it as a XML file.
  18. He said it is already fixed.
  19. Not sure, maybe they made their maps to be created with createObject server side.
  20. There's no need to add it to the ACL.
  21. getPedTotalAmmo Lee los argumentos, no es una tabla.
  22. 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.
×
×
  • Create New...