Jump to content

Bazoookaaa

Members
  • Posts

    90
  • Joined

  • Last visited

Posts posted by Bazoookaaa

  1. Sorry for not noticing this bug. I will go through my script after school and update it. If you want ill make a Admin and ID tag script. [12] [Admin] Chris. It could be [12] Chris for normal players. Ill have to share it.

    Thanks if u have the time to do it ill like the script with admin and id tag :)

  2. Hi is there a resource on community that when u chat it shows the ID BUT using the TEAM COLOR on the team you are? Because theres one but it shows the nick in white

    I know theres a funcion GetTeamColor but i dont know how to use it!!!

    Heres the code:

    function idtag(text, msgtype) 
      local tag = getElementData(source, "ID") 
      local tagcolor = get('tagidcolor') 
      local textcolor = get('textcolor') 
      local name = getPlayerName(source) 
    if (msgtype == 0) then 
    cancelEvent() 
      if tag then 
        cancelEvent() 
        outputChatBox(tagcolor.."["..tag.."]   #FFFFFF"..name..": "..textcolor..text, getRootElement(), 255, 255, 255, true) 
        outputServerLog(name .. ": " .. text)     
      
    end 
    elseif (msgtype == 2) then 
    cancelEvent() 
    local team = getPlayerTeam(source) 
    local teamName = tostring">tostring(getTeamName(team)) 
      
    local player = getElementsByType("player") 
    for i = 1, #player do 
        local playerTeamName = tostring">tostring(getTeamName(getPlayerTeam(player[i]))) 
        if(playerTeamName == teamName)then 
               outputChatBox(RGBToHex(getTeamColor(team)).."(TEAM) "..tagcolor.."["..tag.."]   #FFFFFF"..name..": "..textcolor..text, player[i], 255,255,255, true) 
        end 
    end 
    outputServerLog("TEAM:  "..name .. ": " .. text)     
    end 
    end 
    addEventHandler("onPlayerChat", root, idtag) 
      
    function RGBToHex(red, green, blue, alpha) 
        if((red < 0 or red > 255 or green < 0 or green > 255 or blue < 0 or blue > 255) or (alpha and (alpha < 0 or alpha > 255))) then 
            return nil 
        end 
        if(alpha) then 
            return string.format("#%.2X%.2X%.2X%.2X", red,green,blue,alpha) 
        else 
            return string.format("#%.2X%.2X%.2X", red,green,blue) 
        end 
    end 
    

    And heres the meta (i think heres the problem but i dont know how to change it :(:(

        "[EGL]Chris" version="1.15" type">type="script" name="Basemode ID Tag" description="This adds the basemode ID tag before a players name." /> 
        

  3. Hi i just downloaded the arena 102 of community for my basemode server but when i want to play with another 4 guys and i started the arena it says Arena not compatible (need 10 per team) :(:(:(:(:(

    How can i change that for instead 10 per team be 2 per team?

  4. Hi i wanna make an ID system for BaseMode servers when you use the command /id outputs a message for you saying Your ID is: X because in my server i add people when dies and no all of the players knows his ID so how can i do this? :):):)

  5. Plis could someone who has the war panel by Al3grab (the one from the community) plis send it to me? cuz im making a Basemode Server and i want the panel but the link in community was removed :(:(:(

  6. Hi how can i do a script for the c-bug but more complete cuz the resource that i have in my server when i do c-bug with sniper it tends to crouch when i press C but in other server when i do c-bug with sniper dont crouch so how can i do this kinda script?

  7. Error downloading requested files. Timeout was reached. [Connection time-out] 
    [admin/client/gui/admin_main.lua] 
    

    Can anyone help me? This error appears sometimes when i connect to a specific server no all servers :(:(

    Alguien me puede ayudar? Este error aparece a veces cuando me conecto a un server especifico no a todos :(:(

  8. Hice todos los pasos que me dijiste

    * Tengo los requisitos suficientes como para correrlo bien

    * Tengo DirectX 9.0c (por el Windows XP que no admite mas que ese)

    * Ahora estoy instalando el parche 3828 para el mta 1.3

    * Tengo los ultimos DirectX Run Times

    * Actualize los drivers de la tarjetea de video pero no pude con los de audio :lol::lol::lol::lol:

    * Hice un analisis del registro para encontrar errores y encontre 620 ERRORES!!!! :shock::shock::shock:

    * Lo de comprobar si el bug esta en gta comun no puedo porque creo que solamente me pasa en algunos servers no todos

    * Despues te aviso si anda ahora lo pruebo

  9. Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.111025-1629) 
               Language: Spanish (Regional Setting: Spanish) 
    System Manufacturer: System manufacturer 
           System Model: System Product Name 
                   BIOS: BIOS Date: 10/16/09 09:35:56 Ver: 08.00.14 
              Processor: AMD Sempron(tm) 140 Processor,  MMX,  3DNow, ~2.7GHz 
                 Memory: 768MB RAM 
              Page File: 1442MB used, 440MB available 
            Windows Dir: E:\WINDOWS 
        DirectX Version: DirectX 9.0c (4.09.0000.0904) 
    DX Setup Parameters: Not found 
         DxDiag Version: 5.03.2600.5512 32bit Unicode 
    

  10. Hola les queria preguntar si hay alguna solucion para esto porque cuado inicio el MTA me anda bien entro en un server default y me anda bien pero hace un rato entre a un server que tiene 7 MB para descargar el mapa del modo play y se me queda colgado ahy y tengo que reiniciar :(:(:(:(:(:( o hay veces que me dice "Connection to the server was lost" :?:?:?:? asi que espero que pueda resolverlo

×
×
  • Create New...