Jump to content

^iiEcoo'x_)

Members
  • Posts

    2,935
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ^iiEcoo'x_)

  1. السلام عليكم ابي اضيف ايقونة صغيرة في column اقدر ؟
  2. onPlayerQuit onPlayerWasted setAccountData or executeSQLQuery
  3. Hello I want a code if you select a player Is not the words you type in the box and you press the button .. puts his name will be decorated with the name, this is my attempt -- # Client Side addEventHandler("onClientGUIClick",root, function ( ) if ( source == button ) then if ( guiGridListGetSelectedItem(pList ) ~= -1 ) then local plr = guiGridListGetItemText(pList ,guiGridListGetSelectedItem(pList ),1) local player = getPlayerFromName ( plr ) local name = guiGetText ( Edit ) triggerServerEvent("setPlayerName", root, plr, name) guiSetVisible(SlapWnd,false) guiSetInputEnabled(false) showCursor(false) end end end ) --# Server Side xChatFunc = function (message,type,name,plr) local r,g,b = getPlayerNametagColor(source) if ( type == 0 ) then cancelEvent() outputChatBox(name ,..message,plr,r,g,b,true) end end end addEventHandler("onPlayerChat",root,xChatFunc) addEventHandler("setPlayerName",root addEvent("setPlayerName",true)
  4. جرب locql taple={} setTimer(function() for k,v in ipairs(getElementsByType('player'))do local g1 = getElementData(v,"pointplayer") if getElementData(v,"pointplayer") then if getPlayerTeam(v)then table.insert(taple,{g1}) setElementData(v,"bestplr",getPlayerName(v)) end end end end,250,0) + لا ترد ردود بغيضة كان يحاول يساعدك ابو سولو
  5. مود الحياة بالسيارة يكون لوحة اذا مل من السباق يروح للسيارة ويتجول وعادي
  6. isPlayerMuted triggerClientEvent guiSetEnabled لازم تعدل من لوحة الادمن
  7. روح للاسل command.UnMute اتوقع كذا سويه false
  8. https://wiki.multitheftauto.com/wiki/GetWeaponNameFromID موجودي كارا
  9. local dxDraw3DText = exports.3D_DX_Texts:dxDraw3DText local ped = createPed ( id, x, y, z ) addEventHandler( "onClientResourceStart", resourceRoot , function( ) local x, y, z = getElementPosition( ped ) dxDraw3DText( "text", x, y, z + 3 ) end ) https://community.multitheftauto.com/in ... ls&id=7613
  10. ^iiEcoo'x_)

    Code

    Hello I want to create a video code when entering a player
  11. ارسل الكود خاص اسويه لك واذا م تبيه سويه اعطاء المال بجهة سيرفر لانه بكلاينت يكون المال وهمي
  12. Wifi4games خشه موقع مضمون
×
×
  • Create New...