Jump to content

O7X

Members
  • Posts

    4
  • Joined

  • Last visited

About O7X

  • Birthday 25/08/2003

Details

  • Gang
    o6x
  • Location
    California
  • Occupation
    Sleeping🐱‍👤
  • Interests
    Programming

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

O7X's Achievements

Vic

Vic (3/54)

0

Reputation

  1. المشكله عندك انك تلغي الحدث يدوي فبالتالي راح يعالج الحدث مرتين مره من الاسكربت تبعك و مره من واسطه الاليه المعالجه علشان تحل المشكله لازم معالجه الحدث مره واحده بس وذا الكود بعد التصحيح local root = getRootElement() addEventHandler( "onPlayerChat", root, function(text) name = getPlayerName(source) account = getAccountName(getPlayerAccount(source)) if (getPlayerTeam(source)) then local r, g, b = getTeamColor(getPlayerTeam(source)) cancelEvent() outputChatBox("" .. name .. ": #FFFFFF" .. text .. "", root, r, g, b, true) else cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#FF8C00[Console]#FFFFFF " .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("console")) then outputChatBox("#FF0000[Admin] " .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) end end end ) By:O7X
  2. انصحك ب VS CODE وبعدها تحمل extention MTA:SA LUA https://ibb.co/Dw0c6pf هذي التول مفيده جدا بحيث انها تعرض عليك كل functions in wiki وتشرحلك وتسويلك auto compelete
  3. Hello Mta sa support I have a problem with mta sa The problem is CD20 The problem says Error downloading requested files. Timeout was reaches. [Connection timed out after 10000 milliseconds] [pb_moodels/data/757b40.pb] _____________________ photo and thanks a lot
×
×
  • Create New...