Jump to content

Search the Community

Showing results for tags 'scripts'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

  1. Preciso de uma Verificação para Somente o dono do veículo poder entrar na direção do veículo. De preferência por setelementdata, alguem pode me ajudar?? Tentei assim Quando criar ----- VeiculoPainel[source] = createVehicle... setElementData ( VeiculoPainel[source], "Dono", ""..accname.."" ) setElementData ( source, "Dono", ""..accname.."" ) Quando for entrar ----- Jogador = getElementData( source, "Dono" ) Veículo = getElementData( VeiculoPainel[source], "Dono" ) If Jogador == Dono then --Nada, apenas entrar no veículo normal else cancelEvent ()  Tentei dessa forma, sei que está meio incompleto mais poderiam me ajudar a fazer isso? Meu objetivo e fazer apenas o dono do veículo poder dirigir o carro, e caso o carro não tiver setElementData qualquer um pode entrar no volante, me ajudem.
  2. Login con fondo editable Un sistema de login y creación de cuentas creado enteramente con dxDrawing. Este posee un background de un vídeo de YouTube a elegir por el cliente. PRECIO: 7,00$ Negociable. PayPal Pack de Trabajos Este pack, incluye: Piloto de Aviones Conductor de Buses Conductor de Trenes Granjero Mecánico Minero Repartidor de Pizza Policía (con su respectivo sistema de búsqueda, arresto y prisión) Conductor de Taxis PRECIO: 10,00$ Negociable. PayPal. Sistema de descargas en segundo plano Un sistema con el cual podrás descargar skins, coches y armas en segundo plano, mientras juegas. Evitando largas esperas y que el lado client de los scripts se vea afectado durante la jugabilidad. PRECIO: 5,00$ Negociable, PayPal Sistema de Clanes + Clanes Oficiales Creación de Clanes Lista de Clanes creados, clasificados por si son oficiales o no Sistema de Invitación a Clanes Informacion del clan con notificación de actualización Banco del Clan, que también incluye un sistema de compra de packs oficiales Sistema de Reclutamiento Lista de miembros del clan con sus respectivas acciones PRECIO: 10,00$ Negociable, PayPal. Sistema de Zonas Zombies Sistema utilizado en servidores Biohazard, el cual posee 4 tipos de Zonas. Zona Fácil (Zombies sin armas) Zona Media (Zombies con armas cuerpo-cuerpo) Zona Difícil (Zombies con armas de fuego) Zona BOSS (Zombies especiales, con ataques especiales y vida extra) PRECIO: 8,00$ Negociable. PayPal Tiendas de Skins, Armas y Habilidades Un sistema de tiendas que posee su propia previsualizacion, ya sea del skin que vas a comprar, arma o habilidad. La tienda de habilidad se hace con el skin propio que poseas en el momento, mientras que la del skin, es del skin que desees comprar. Y el arma, el arma que deseas comprar. Enteramente por comandos de teclado (especificado en la misma tienda que tecla sirve para que). Completamente hecho con dxDrawing. PRECIO: 10,00$ Negociable, PayPal Y esos son los scripts que tengo disponibles para la venta. También quisiera aprovechar esta oportunidad para promocionar mis servicios como Paid Scripter (Scripter Pago). Trabajo en cualquier tipo de gamemode. Desde Freeroam hasta RolePlay. Ya algunos en este foro me conocen y han trabajado conmigo. Trabajo enteramente a través de PayPal como método de Pago. En las monedas Dolar Estadounidense (USD) y Euros (EUR). Cualquier solicitud, pueden hacerla directamente a mi pagina de Facebook, las cuales las dejo mas abajo en los métodos de contacto. Cualquier otra cosa, aquí estoy para servir. ¡Hasta otra! Métodos de Contacto: Facebook Correo Mensaje Privado a este perfil (no muy recomendado, ya que puedo tardar un tiempo en responder ya que no frecuento mucho el foro) ¡Un saludo!
  3. Basicamente um script que tem em quase todo servidor, parece que pra quem tem Pc fraco, digita /pcfraco e ele diminui os gráficos ou algo do tipo, e /pcfoda faz o oposto, em alguns servidores o comando e diferente ( /lag )
  4. السلام عليكم ورحمة الله وبركاته طبعا انا خلاص تقريبا باقيلي شهر واجيب جهازي الجديد ف خلاص ليش اقعد ب MTA ويلا خلي اساطير للنوبات يفرحوو فيها ويعدلو براحتهم لاني ما رح ارجع ثاني الي بده باك اب سيرفري مقابل : حساب كلاش اوف كلانس تاون هول عالي 9 او 10 او 11 ويبشر بالباك اب كامل وما بعطيه لاحد غيره ................... يلا استودعكم في الله @!#NssoR_) -- يرجي نقل الموضوع للقسم العام
  5. Why the table disappears after the cycle? Never this was not. shel = {} local shelPlaces = { [1] = { [1] = {x=0,y=0,z=0}, [2] = {x=0,y=0,z=0}, [3] = {x=0,y=0,z=0}, }, } function createShelters(gameId, players) local gameId = tonumber(gameId) shel[gameId] = {} for i=1,#shelPlaces do --outputDebugString("table "..shel[gameId]) shel[gameId][i] = { ["places"] = { [1] = {x=shelPlaces[i][1].x,y=shelPlaces[i][1].y,z=shelPlaces[i][1].z,["object"]="craftTable"}, }, } outputChatBox(shel[1][1]["places"][1]["object"]) -- WORKING for pI=2,#shelPlaces[i] do shel[gameId][i]["places"] = { [pI] = {x=shelPlaces[i][pI].x,y=shelPlaces[i][pI].y,z=shelPlaces[i][pI].z,["object"]=false}, } end end createCraftsTable(gameId) end addEventHandler("onGameStarted", root, createShelters) function createCraftsTable() --for i=1,10 do --for name,object in pairs(shel[gameId][i]) end function tempSpawn() spawnPlayer(source, 0,0,5) setCameraTarget(source, source) end addEventHandler("onPlayerLogin", root, tempSpawn) function startTest(pSource, command, gameId) triggerEvent("onGameStarted", root, gameId) end addCommandHandler("gameTest", startTest) function getGameInfo() outputChatBox(shel[1][1]["places"][1]["object"]) -- NOT WORKING end addCommandHandler("gInfo", getGameInfo)
  6. Servidor Brasil Vida Top (BVT) precisando de scripter de nível médio/alto ou que saiba o básico sobre programação em lua voltado para o MTA. Procurar por Pedrin ou Leonardo. Contato: VIA MSG NO FORUM. TS3: bvt.ts3sport.com
  7. Hello everyone, I'm making this post because I need a really good scripter to make a resident evil server, we have some ideas and we want someone to put our ideas in the server, of course we are going to pay, just tell us the amount. ONLY PROFESSIONAL PEOPLE PLEASE WE DON'T WANT AMATEURS. If you are really interested contact me via my inbox.
  8. Join Now https://www.facebook.com/groups/scriptersMTA/ 3500 Members scripters of MTA SA
  9. Eu queria saber como fasso pra coloca um bot pra anda uma certa cordenada que eu quiser,como fasso um NPC's ?
  10. Community Resources: Released Resources: N/A Upcoming Resources: N/A Planning Resources: N/A To start this off I just got to say everything discussed here could make it's way into any resources but the main point here is to give opinions based on how you want the community resource to be and feature what ever you want. After saying that I would like to welcome you to the first ever topic/thread about us coming together creating a community resource where everything mentioned and agreed upon with the community would be put into a community resource. To get started we shall now come up with a resources that we all probably want to share as a community; example is like a in-game script editor or housing system. Everything is going to be talked about in individual topics I created by me (Only to keep spam down) and the resources would be posted on the MTA Community website under a username I still have to create and will be public after the first resource goes live. Pitch your ideas and for what resource you are talking about in an example post: Current Topic: N/A We'll change the current topic to who ever posts first.
  11. I can script almost anything you want. You just need to go here: https://selly.gg/@DREFT (All information about the scripts are here) Here, you can select which service you want, you are going to get a file called TS3.txt, and you just have to join my TS3 server with the IP you can find in the file, and we can discuss your order. (I'm not always online. If I'm not online, you can use selly.gg to contact me!) You can use coupon 'MTAFORUM' for a 15% discount on every product (Limited to 50 people)
  12. I can script almost anything you want. You just need to go here: https://selly.gg/@DREFT (All information about the scripts are here) Here, you can select which service you want, you are going to get a file called TS3.txt, and you just have to join my TS3 server with the IP you can find in the file, and we can discuss your order. (I'm not always online. If I'm not online, you can use selly.gg to contact me!) You can use coupon 'MTAFORUM' for a 15% discount on every product (Limited to 50 people)
  13. Como es esto? tengo estas funciones la primera es la función de que si te rompes los huesos no puedes correr ni saltar... La segunda es la función de que si tieens sueño no puedes correr pero SI saltar... Cúal es el problema? pues es que cuando te rompes los huesos puedes correr pero no saltar.... La verdad no se que pasa es como si estuvieran mezcladas las funciones (mal colocadas nosé). function checkBrokenbone() if getElementData(getLocalPlayer(), "logedin") then if getElementData(getLocalPlayer(), "brokenbone") or getElementData(localPlayer,"sleep") <= 0 then if not isPedDucked(getLocalPlayer()) then end toggleControl("jump", false) toggleControl("sprint", false) else toggleControl("jump", true) toggleControl("sprint", true) end end end setTimer(checkBrokenbone, 1400, 0) --------------------------------------------------- --sleep function checkSleeping() if getElementData(getLocalPlayer(),"logedin") then if getElementData(getLocalPlayer(),"sleep") <= 20 then if not isPedDucked(getLocalPlayer()) then end toggleControl ( "sprint", false ) else toggleControl ( "sprint", true ) end end end setTimer(checkSleeping,1400,0) Se supone que la idéa sería que si me rompo los huesos no pueda correr ni saltar y cuando tenga sueño no pueda correr pero SI saltar.... Cúal es la solución chicos?????
  14. Hola GENTE! POR FAVOR SE LOS RUEGO Y ESPERO ME DIGAN COMO SE HACE?????????????????? Verán, en simples palabras lo que busco es saber como puedo poner MASCARAS DE GAS, CHALECOS Y ESOS ACCESORIOS QUE SE VEN EN LOS DAYZ CUANDO VAS LOOTEANDO EN EL DAYZ... A lo que me refiero es que así como existen los skins en cada punto de LOOTEO dentro de cada GAMEMOD que una persona descarga por internet? deseo saber como puedo agregar esas mascaras que se ponen encima de tu personaje... Espero me halla sido claro.... Lo que pido es algo que he visto en pocos servers de MTA y es algo que existe en el verdadero Dayz, como cuando vas jugando DayZ ORIGINAL y te encuentras con un chaleco o una mascara y te la pones... Ojala me digan muchas gracias!!!!!!!!!!!!!!
  15. HOLA NECESITO AYUDA CON MI SISTEMA DE NIVELES NO ME FUNCIONA NO HACE NADA YO QUISIERA SABER COMO PONER PARA QUE FUNCIONE PARA QUE HAGA ALGO CUANDO LLEGAS A LOS KILL ZOMBIES REQUERIDOS ALGO POR FAVOR ESTO ES META <meta> <info author="Fernando. name="Level System" version="2.2.0" type="script" /> <script src="server.luac" type="server" /> <export function="givePlayerExp" type="server" /> <export function="takePlayerExp" type="server" /> <settings> <setting name="*Level_Scoreboard" friendlyname="Level Scoreboard" value="true" examples="true/true" desc="This if want show level player on scoreboard if want put 'true' else 'true'" /> <setting name="*Exp_Scoreboard" friendlyname="Exp Scoreboard" value="true" examples="true/true" desc="This if want show exp player on scoreboard if want put 'true' else 'true'" /> <setting name="*Kill_Zombie_EXP" friendlyname="Kill Zombie EXP" value="true" examples="20/true" desc="This how much earn exp on kill zombie if want don't earn put 'true'" /> <setting name="*Kill_Player_EXP" friendlyname="Kill Player EXP" value="true" examples="20/true" desc="This how much earn exp on kill player if want don't earn put 'true'" /> </settings> </meta> ESTA ES LA EXPERIENCIA REQUERIDA <exprequired> <level Level="1(iniciado)" EXPRequired="25"></level> <level Level="2" EXPRequired="50"></level> <level Level="3" EXPRequired="100"></level> <level Level="4" EXPRequired="250"></level> <level Level="(lolero)" EXPRequired="500"></level> <level Level="6" EXPRequired="750"></level> <level Level="7" EXPRequired="1000"></level> <level Level="8" EXPRequired="1250"></level> <level Level="9" EXPRequired="1500"></level> <level Level="10(militar)" EXPRequired="1750"></level> <level Level="11" EXPRequired="2000"></level> <level Level="12" EXPRequired="3000"></level> <level Level="13" EXPRequired="4000"></level> <level Level="14" EXPRequired="5000"></level> <level Level="15" EXPRequired="6000"></level> <level Level="16" EXPRequired="7000"></level> <level Level="17" EXPRequired="8000"></level> <level Level="18" EXPRequired="9000"></level> <level Level="19" EXPRequired="10000"></level> <level Level="20" EXPRequired="12500"></level> <level Level="21" EXPRequired="15000"></level> <level Level="22" EXPRequired="17500"></level> <level Level="23" EXPRequired="20000"></level> <level Level="24" EXPRequired="30000"></level> <level Level="25(marina)" EXPRequired="40000"></level> <level Level="26" EXPRequired="50000"></level> <level Level="27" EXPRequired="60000"></level> <level Level="28" EXPRequired="70000"></level> <level Level="29" EXPRequired="80000"></level> <level Level="30(aerea)" EXPRequired="90000"></level> <level Level="31" EXPRequired="100000"></level> <level Level="32" EXPRequired="200000"></level> <level Level="33" EXPRequired="300000"></level> <level Level="34" EXPRequired="400000"></level> <level Level="35Mediopro" EXPRequired="500000"></level> <level Level="36" EXPRequired="600000"></level> <level Level="37" EXPRequired="700000"></level> <level Level="38" EXPRequired="800000"></level> <level Level="39" EXPRequired="900000"></level> <level Level="40Levelpro" EXPRequired="1000000"></level> </exprequired>
  16. SERVER DISCONTINUED Introduction San Fierro Roleplay was founded in mid 2016 by Fernando and TheNeonGuy. The community has been active since then and is growing quite fast thanks to the popular platform Discord that keeps us all united. Server IP Address 62.210.220.180 About Us Our goal is to provide the best roleplay experience (yes ik this is what they all say) in this set location, the beautiful city of San Fierro, plenty of unique and varied opportunities for all types of roleplayers. We have hired many hard-working yet very loyal staff members to fullfill positions within the Administration and Help teams as well as the Development team led by Forthwind. We offer many unique features not only from the ogscript that we tremendously edited but also a vast amount of NEW and unique scripts such as: • A completely different death system inspired by a few SAMP roleplay servers • A few more government jobs such as Truck Driver and Tram Operator in San Fierro • A majority of the jobs the city hall has to offer were improved, customized and new features were added to them • A different yet great account system & management, and login panel • An unique set of factions designed appropriately for San Fierro with set location headquarters, vehicles, custom skins and unique perks! San Fierro Police Department, San Fierro Fire Department, Government, News, a Towing company and a lot more! • A bunch of not Pay2Win new donator features and perks were added to its menu! • A script that allows you to submit a custom interior / exterior map was created and is going to be implemented! • An elevator script that allows you to head to certain floors in tall buildings. • Weapon body-attachment is now for everyone; fixed and improved! • Custom mini-map radar with street names for the entire map available for everyone at no cost! • Gas stations revamped! • FedEx is your favorite delivery company at your service! • New bus routes throughout San Fierro, connecting and moving the people! • Improved certain actions such as getting tased or being projected out of a car's windshield upon collision by adding automatic /ame for logging purposes. • Brand new working log-system that admins can access in-game; No more lying and faking evidence! • Cool tags and icons added and revamped for you to use in-game at the cost of a few GameCoins. AND A LOT MORE! Media Screenshots coming very soon! Stay Connected Screenshots coming very soon! Want to know more about the server that's coming very soon? Stay tuned by being apart of our Discord community where we post daily regular updates! Link: removed Keep up with the server's develpmont on the Trello platform below. Link: removed
  17. Hola, qué tal, hago este post porque tengo unas cuántas dudas acerca del tema de proteger scripts para evitar robos, cómo podrían protegerse los mapas, autos, armas, skins sobretodo, de los robos?, así como también scripts normales, cómo podría protegerse el client de estos?
  18. Well, I'm moderating a facebook page, and I want to advert for it, so I need money I decided to work as a developer in some communities and earn money, I simply request 5$ for now, I mean, I'll work on what you want starting from 5$, if you want a hard work, price will be upper and so on.
  19. hi community! I would like to know if anyone can help me, I want this glue script to work only for members of a team. I have tried everything and I can not do it, if you help me I would appreciate it. Client: function glue() local player = getLocalPlayer() if not getPlayerOccupiedVehicle(player) then local vehicle = getPlayerContactElement(player) if getElementType(vehicle) == "vehicle" then local px, py, pz = getElementPosition(player) local vx, vy, vz = getElementPosition(vehicle) local sx = px - vx local sy = py - vy local sz = pz - vz local rotpX = 0 local rotpY = 0 local rotpZ = getPlayerRotation(player) local rotvX,rotvY,rotvZ = getVehicleRotation(vehicle) local t = math.rad(rotvX) local p = math.rad(rotvY) local f = math.rad(rotvZ) local ct = math.cos(t) local st = math.sin(t) local cp = math.cos(p) local sp = math.sin(p) local cf = math.cos(f) local sf = math.sin(f) local z = ct*cp*sz + (sf*st*cp + cf*sp)*sx + (-cf*st*cp + sf*sp)*sy local x = -ct*sp*sz + (-sf*st*sp + cf*cp)*sx + (cf*st*sp + sf*cp)*sy local y = st*sz - sf*ct*sx + cf*ct*sy local rotX = rotpX - rotvX local rotY = rotpY - rotvY local rotZ = rotpZ - rotvZ local slot = getPlayerWeaponSlot(player) --outputDebugString("gluing ".. getPlayerName(player) .." to " .. getVehicleName(vehicle) .. "(offset: "..tostring(x)..","..tostring(y)..","..tostring(z).."; rotation:"..tostring(rotX)..","..tostring(rotY)..","..tostring(rotZ)..")") triggerServerEvent("gluePlayer", player, slot, vehicle, x, y, z, rotX, rotY, rotZ) unbindKey("x","down",glue) bindKey("x","down",unglue) bindKey("jump","down",unglue) end end end addCommandHandler("glue",glue) function unglue () local player = getLocalPlayer() triggerServerEvent("ungluePlayer", player) unbindKey("jump","down",unglue) unbindKey("x","down",unglue) bindKey("x","down",glue) end addCommandHandler("unglue",unglue) bindKey("x","down",glue) Server: function gluePlayer(slot, vehicle, x, y, z, rotX, rotY, rotZ) attachElementToElement(source, vehicle, x, y, z, rotX, rotY, rotZ) setPlayerWeaponSlot(source, slot) end addEvent("gluePlayer",true) addEventHandler("gluePlayer",getRootElement(),gluePlayer) function ungluePlayer() detachElementFromElement(source) end addEvent("ungluePlayer",true) addEventHandler("ungluePlayer",getRootElement(),ungluePlayer)
  20. Attention I have created this topic to tell you everyone that I am going to freelance in MTA:SA. As you don't know I am working with MTA:SA since 2013 and I have a lot of experience. If you are interested in any of MTA:SA (like DayZ) resouces, scripts or other things, just tell me what you want and I will sell it to you. Also I can teach you how to make some kind of scripts/resources/models/etc. by yourself, how to add it to the server. I can be your server scripter/mapper/hacker/etc., just hire me. Don't be shy You can contact me via e-mail ([email protected]) or skype (herokileris), or here in the forum (this topic or pm). For example, some of the scripts I have made and I can sell you: Vip - (in DayZ) gets more blood, restorations when eating, using medics, drinking... Also gets more stats after each spawning in the map. Animals in the map spawning and has an inventory in which they drop randomly Raw Meat after death. Respawn timer works perfectly. Zombies changed their status from walking or running, how they walk like randomly in the game, they scream, moan, bite your neck, infect you. Also I have a lot of DAYZ zombie models and sounds. Weapons system - each weapon has own model and shooting sound, inventory space slots, the name, the spawning chances, damage, ammo use, crosshire (including and snipers). Hold your breath system - when you aim, your crosshire moves, you can hold your breath and stop moving crosshire by holding a key like for example: for a 5 seconds. There are sounds added also for it. Sounds for you and others when you use medics, food, drinks, etc. like in the real life depending on the distance. Armour, hats, helmets, masks, caps and other clothing systems. MORE AND MORE. Group system. Scoreboard system. Give/Set items system. Map bugs fixer. Radiators, engines, tires, rotors, scrap metals, tank parts, etc. system for vehicles. AND MORE. I have all .lua files.
  21. INFORMACIÓN Bueno, como dice el título, ahora que tengo un tiempo libre me gustaría realizar un servicio de scripts económicos por 3$ máximo por script. Incluyo GUI si es necesario. El único método de pago que acepto actualmente es PayPal y el contacto por aquí por el foro mediante MP o mensaje privado. Haré solo los scripts que puedan tener ese precio normalmente. Ejemplo: Sistema de vestir a CJ Sistema de logueo Sistema de selección de skin Sistema de noticias mediante GUI Sistema de agenda para RP con guardado SQL (?) Gente seria, por favor. Gracias por la atención!
  22. Open Source Roleplay Hi there. As most of you know there aren't many strict roleplay servers on Multi Theft Auto for various reasons; one of the main reasons being that there aren't any roleplay resources out there for one to download and create a server, so people resort to using leaked roleplay scripts from previously hacked servers, which results in DDoS wars, hacking, revenge, servers getting taken down, and so on. In the end, only one server stays up and that is the one and only OwlGaming that has been around since 2014. Ofcourse you can find old and outdated roleplay scripts on the internet that you could use for your server for example vG and uG scripts. But there's no point in using those since they're old, malfunction and players dislike them. For a long time no one has ever decided to work publicly on an open source roleplay resource pack. I think if we want MTA to evolve it should be time that we all unite and get our hands on some RP scripts that anyone can download and make a server with. You may ask: wouldn't this mean there'd be tons of identical roleplay servers out there? There would, but that's actually the point. If we want MTA to grow and attract more players to it this is the solution: allow people to create their own rolpeplay servers legally without using any stolen scripts. This thread is a suggestion and its intention is to discuss this matter and maybe gather scripters to create this unique Open Source Roleplay resource pack for the community to use. It doesn't need to be super high quality and detailed. It should contain the basic scripts that allow roleplay to take place. For those that are not very familiar with it let me list some down: • Account System • Login Panel • Tutorial • Vehicle System • Property/Interior System • Bank/Currency System • Inventory System • Faction System • Elevator System • Faction System • Gate System • Fuel System • Chat System • GPS Sytem | Map Blips • Help System • Admin System • Radio System • Phone System • Donation System • Event System ... Let's end the suffering, the DDoS wars, the hacking, the leaked scripts and let's all join together and create the best roleplay scripts out there! It won't take long to make and it won't require a lot of effort if done in a large team of contributors. And thanks to MTA's almost non-existing scripting limitatios we can beat SAMP in this! Leave your opinion and comment below. Cheers. <3
  23. In 1440x900 resolution, the dx elements they are in the right place, but in 1920x1080 the dx elements move up, and in 1366x768 the dx elements move down.. Why? how to fix this? the guigetscreensize is added with the correct coordinates..
  24. addEventHandler("onPlayerLogout", getRootElement(), function () local name = getPlayerName ( source ) if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then exports[getResourceName(resource)]:addNotification(root, name.." kilépett a tulajdonos szolgálatból!", "success") end end ) what wrong? onPlayerLogin working with this.. wtf?!
  25. marinov327

    Help me

    Hello! I am from Bulgaria and I have my server. My question is how to do shader motd/resource as example shaderwetroads2. I understand the secret lies most - especially in .fx files. What programs do .fx files?
×
×
  • Create New...