Jump to content

Search the Community

Showing results for tags 'users'.

  • 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

Found 2 results

  1. server.Lua local skins = function(id) for _, player in ipairs(getElementsByType("player")) do local uye = getPlayerAccount ( source ) if getPedOccupiedVehicle(source) and not isGuestAccount ( uye ) then triggerClientEvent(root,"skinUygula", source, getPedOccupiedVehicle(source),id) setAccountData ( uye, "hunter.skinID", id ) end end end addEvent("skinUygulaServer", true) addEventHandler("skinUygulaServer", root, skins) local skinsAktif = function() local uye = getPlayerAccount ( source ) if getPedOccupiedVehicle(source) and not isGuestAccount ( uye ) then id = getAccountData ( uye, "hunter.skinID" ) triggerClientEvent(root,"skinUygula", source, getPedOccupiedVehicle(source),id) end end addEvent("skinAktifServer", true) addEventHandler("skinAktifServer", root, skinsAktif)
  2. Good morning guys, I have this doubt. How many users does mta have per day? an approximate
×
×
  • Create New...