Jump to content

Shady1

Members
  • Posts

    864
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Shady1

  1. american.gxt, genellikle modlanan ve o zaman sorunlara neden olabilen bir GTA dosyasıdır, bu nedenle tam olarak ne tür bir sorunla karşılaştığınız önemli değildir. sorununuz o dosyayla ilgiliyse, GTA'yı modlar olmadan yeniden yüklemeniz gerekir
  2. I answered the answer about your topic in this section, if you have any other questions, tag me
  3. hola amigo @P4rano1a, publiqué un enlace para setTimer, puede consultar este sitio para comprender su problema. function getPiezasContrabandistas (player) if isTimer(timer) then outputChatBox("Ya lo has usado una vez.", player, 255, 0, 0) return end if not exports.factions:isPlayerInFaction(player, 9) then outputChatBox("No eres Contrabandista.", player, 255, 0, 0) return end if getElementDimension(player) ~= 97 then outputChatBox("No estás en el desarme.", player, 255, 0, 0) return end exports.items:give(player, 34, 20) timer = setTimer(function() killTimer(timer) end, 300000, 1) exports.chat:me(player, "toma una caja con piezas.") outputChatBox("recibiste 20 piezas", player, 0, 255, 0) end addCommandHandler("piezas", getPiezasContrabandistas)
  4. merhaba @louvain eğer sistem gereksimleriniz, giriş yaptığınız sunucu için uygun değilse bu konuda sorunlar yaşıyor olabilirsiniz, ilk öncelikler sürücülerinizi güncelleyiniz daha sonra tekrar denemelisiniz, eğer bir sonuç bulamadıysanız, bunun için fazla destek sağlanamayabilir,çünkü sisteminizin giriş yaptığınız sunucu için dayanıklı olamayabilir , bunun için ilk önce bir .mtadiag indirmelisiniz ve çalıştırmalısınız daha sonra karşınıza çıkan pastebin/xxxxxx adlı bağlantıyı bize gönderiniz, sizlere daha kapsamlı yardımcı olabiliriz
  5. ahhh thats true I want the staff to fix this issue. (a moment of surprise)
  6. Shady1

    Error Loading Fonts

    american.gxt is a GTA file that's often modded and can cause problems then, so it doesn't matter exactly the kind of issue you run into if your issue is with that file, you'll need to reinstall GTA without mods (probably more files are modded that can cause the next problem if you restore that individual file)
  7. The process is over, you can lock the thread, dear staff
  8. Shady1

    Error Loading Fonts

    Welcome to the forum, I posted a link about your problem, back up the file you can fix it. https://mega.co.nz/#!gR81UbZb!SoOjAZjxJmavOsrtgf4DX0K8ob7g6F3--apste9XG90
  9. we don't like or encourage cheating, i think you will get negative response from admins
  10. admirable work, I hope your hard work pays off because you are good at it
  11. Shady1

    Help

    Welcome to the forum, can you show us a screenshot of your problem so we can better assist you?
  12. Shady1

    Command

    function allvehiclesaredoomed() local acc = getAccountName(getPlayerAccount(player)) if not (isObjectInACLGroup("user."..acc, aclGetGroup("Admin"))) then return end vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do destroyElement(v) end end addCommandHandler("dv", allvehiclesaredoomed) I changed the old code I recommend you to try this code
  13. Shady1

    Command

    hello @yToPzzforum welcome to the site, you can find the answer about your topic from the link below. IsObjectInACLGroup function allvehiclesaredoomed(player) local acc = getAccountName(getPlayerAccount(player)) if not (isObjectInACLGroup("user."..acc, aclGetGroup("Admin"))) then vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do destroyElement(v) end end return false end addCommandHandler("dv", allvehiclesaredoomed)
  14. hey Welcome Forum,If you show your code we can better help.
  15. hi MTA community,I want to publish a new system,The purpose of the system is to be able to change the color of the cars,The system works very simply... You can place a color change marker wherever you want by specifying coordinates by the client,If you are a staff, that is, a manager, there is a more practical way for you,You can change the color of your car by typing ./carshop (after typing the code, a panel will open in front of you, more practical). I shared the source files by github, if you wish, you can see the codes and have them. githublink hope to see you soon so far...
  16. Shady1

    Stutter/lag

    Are you using crack GTA:SA game?
  17. local kapcsolat = exports["mysql"]:getConnection() function Garage (thePlayer, commandName) local theTeam = getPlayerTeam(thePlayer) createVehicle(596, 1574.003, -1711.330, 5.98) outputChatBox("Sikeressen le kertred az autot") if not theTeam then end if not getTeamName(theTeam) == "ORFK" then outputChatBox("Nincs engedelyed hozza") end end addCommandHandler("vhs", Garage)
  18. yes what is the problem here
  19. New updates #4 Garages: To buy a garage, you must have 500 Shop Tokens,GTA:SA all garages,you can only rent 2 garages. TopMurders : We collect the total number of players you killed in the game in a table and give 500 Shop Tokens to the 1st ones.
  20. of course, just state the subject and wait for my reply
×
×
  • Create New...