Jump to content

Bazoookaaa

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Bazoookaaa

  1. As the title says where can i get a LUA Decompiler? cuz i download a compile resource but it has errors so where can i download it?
  2. Thanks if u have the time to do it ill like the script with admin and id tag
  3. Bazoookaaa

    ID chat

    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." />
  4. no i only download de the arena and thats it
  5. 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?
  6. Bazoookaaa

    ID system

    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?
  7. Evil heres the other link http://img859.imageshack.us/img859/4997/skincu.jpg
  8. ok im gonna upload the picture in other server
  9. Hi i want this skin: Where can i find it? its very cool
  10. but this is not in community D:
  11. Bazoookaaa

    War Panel

    Hi where can i get this war panel for Basemode?
  12. Bazoookaaa

    War Panel

    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
  13. Bazoookaaa

    C-bug

    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?
  14. Bazoookaaa

    Questions

    Hi the questions are: * How can i replace cars ? what command is? * How can i replace skins ? what command is? Thanks
  15. But i dont know why others can connect to the sv and i cant
  16. I did it but now shows me this message "Connection with the server was lost" and i cant connect it to the server
  17. Bazoookaaa

    Error MTA

    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
  18. 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 * Hice un analisis del registro para encontrar errores y encontre 620 ERRORES!!!! * 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
  19. 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
  20. lo que pasa es que hay otros que si se pueden conectar
  21. 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
  22. Hi i wanna to remove an account but i cant because the file called accounts.xml the server converts it to internal.db and i dont know how to modified it Can anyone help me plis?
×
×
  • Create New...