Jump to content

#BrosS

Members
  • Posts

    2,102
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by #BrosS

  1. اقولك سيرفر
  2. تريقراااات ل74اب9ل+45بلتلب اصبر ضض مدري يمكن الكل يشوفه وريني سيرفر
  3. لا اللي يضيف يشوفه وحده مافهمت كيف قوسين
  4. ذذ سوري حط هيك local posi = guiGridListGetItemData(GridList, sel,1) setElementPosition(localPlayer,tonumber(posi[1]),tonumber(posi[2]),tonumber(posi[3]))
  5. وليه بدي ازود مشاركاتي . رح اخذ فلوس مثلا ؟
  6. tele = { {"=[ القفزه الخونفشاريه ]=",1541.0673828125, -1357.576171875, 329.46615600586}, {"=[ مقر الجيش ]=",146.66674804688, 1720, 17.640625}, {"=[ موقف الباصات ]=",1790.2674560547,-1912.0159912109 , 13.396838188171}, {"=[ الفنادق ]=",-1739.0821533203, 940.56231689453, 24.7421875}, {"=[ الشارع الطويل ]=",-3072.5554199219,-3000.345703125,5}, {"=[ بيت سي جي ]=",2491.12109375, -1667.4482421875, 13.34375} } function loob ( ) guiGridListClear ( GridList ) for i,mk in ipairs(tele) do local row = guiGridListAddRow(GridList) guiGridListSetItemText(GridList,row,1,mk[1],false,false) guiGridListSetItemData(GridList,row,1,{mk[2],mk[3],mk[4]}) guiGridListSetItemColor(GridList,row,1,0,255,0) end end loob ( ) addEventHandler('onClientGUIClick',root,function () sel = guiGridListGetSelectedItem(GridList) if source == warp then if sel ~= -1 then local posi = guiGridListGetItemData(GridList, sel) setElementPosition(localPlayer,posi[1],posi[2],posi[3]) else outputChatBox("Select A Positon",255,0,0) end end end) addEventHandler("onClientGUIClick", root, function () if source == create then local Text = guiGetText(editwarp) local x,y,z = getElementPosition(localPlayer) if Text == "" or Text == " " then return end table.insert ( tele, { Text, x, y, z } ) loob () triggerServerEvent("send", localPlayer, Text) end end) addEvent("Request", true) addEventHandler("Request", root, function (Text) local Row = guiGridListAddRow(GridList) local Msg = guiGetText (editwarp) guiGridListSetItemText(GridList, Row, 1,"=[ "..Msg.." ]=", false, false) guiGridListSetItemColor(GridList, Row, 1, 0, 255, 0) end ) اذا ما اشتغل احذف اللعبة
  7. Nope , remove seat, jacked and use getPedOccupiedVehicleSeat i posted that before Nssor my internet is so :~ty
  8. wut ? i've tested it and it worked
  9. don't define localPlayer
  10. You don't have to define localPlayer , the bind 2 is not numeric if you think it is and use debugscript
  11. بريستيج معه 10 الف بوست .. م استفد شي
  12. https://community.multitheftauto.com/index.php?p=resources&s=list
  13. انا كمان مو مبرمج
  14. خش الويكي وتعرف
  15. "onPlayerJoin" or "onPlayerSpawn" setPlayerTeam سيرفر
  16. #BrosS

    طلب

    هو قال لما يضغط كأنه زر مو يضغط مرتين
  17. عليكم السلام .. ليه علامتين التعجب ؟
  18. #BrosS

    طلب

    "onClientGUIClick" لكن تحقق انه يضغط على الرو مو على الجريد ليست كله
  19. #BrosS

    Help

    عفوا لك
  20. #BrosS

    Help

    addEvent("nobr", true) addEventHandler("nobr", root, function() local playerVehicle = getPlayerOccupiedVehicle (source) if playerVehicle then setTimer( function() fixVehicle( playerVehicle ) end,400,1) end end )
×
×
  • Create New...