Jump to content

salah7boss

Members
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    1

salah7boss last won the day on May 20 2020

salah7boss had the most liked content!

Recent Profile Visitors

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

salah7boss's Achievements

Snitch

Snitch (10/54)

10

Reputation

  1. ❤ اتأسف عن العناون الخاطئ, ولكن, لنترك الأنترنت قليلاً ونصلي على رسول الله ❤
  2. لو تكمل معروفك وتخلي لون الأسم : d13212 وتحط : بعد الأسم
  3. نفس المشكلة .. #Salah S Hasoneh
  4. Client -- addEventHandler('onClientGUIClick', root, function( ) if (source == GUIEditor.button[1] ) then local title = guiGetText(GUIEditor.edit[1]) local text = guiGetText(GUIEditor.edit[2]) triggerServerEvent ("outPut",localPlayer,text) end end ) Server -- addEvent("outPut",true) addEventHandler("outPut",root, function (GUIEditor.edit[1],GUIEditor.edit[2]) outputChatBox ( .. title .. getPlayerName ( thePlayer ) ..": #ffffff".. text, player, 255, 255, 255, true ) end ) DeBug -- ERROR: Client (m9N) triggered serverside event outPut, bet event is not added serverside
  5. قتل كل اللاعبين عند الضغط على زر
  6. شكراً أخي, + addEventHandler('onClientGUIClick', root, function() if (source == killall) or killalllabel then local players = getElementsByType ( "ped" ) for theKey,thePlayer in ipairs(players) do killPed ( players, players ) end end) داخل كلينت - ما الخطأ به؟
  7. ما الخطأ هنا؟ addEventHandler('onClientGUIClick', root, function() if (source == killall) or killalllabel then local players = getElementsByType ( "ped" ) for theKey,thePlayer in ipairs(players) do killPed ( players, players ) end end)
  8. هل هذا الكود صحيح؟الوظيفة :عند الضغط على زر login يفتح لوحة جديدة أذا اللاعب بالأسل .. الكود :addEventHandler("onClientGUIClick",root function() if source == login and isObjectInACLGroup("user." .. account) then guiSetVisible( welcome, true) end end) الكود مرفوع : https://paste2.org/M5YvZ8Cc
  9. السلام عليكم , قمت بتعديل مود Chat-System , حيث أضفت ألتالي : ولكن لم يعمل , حيث أصبح فقط شات : Say " T " , Ooc " /ooc " , Ann " /ann " . ولم يعمل الشات LocalOOC " /b " ما المشكلة؟ وما الحل؟
  10. نقلت على السيرفر وغيرته بهذا الشكل : local x,y,z = 2467.42, -1686.06, 12 local sizex = 50 local sizey = 50 local RG = createColRectangle (x,y,z,size) local CG = createRadarArea (x,y,z,sizex,255,255,0,150) function hit ( thePlayer ) if getElementType ( thePlayer ) == "player" then local x,y,z = getElementPosition(thePlayer) killPed( thePlayer , thePlayer ) outputChatBox("لا يمكنك الخروج من هذا المنطقة",thePlayer,255,0,0) end end addEventHandler ( "onColShapeLeave", hit, RG) وما زبط !
×
×
  • Create New...