Jump to content

' A F .

Members
  • Posts

    2,156
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ' A F .

  1. ^ ^ سكربت رائع , ب التوفيق
  2. علق semal هههههههههههههه انا شفت وعلقت عشان المود الجميل وجيت ابي احمله ولا قدرت وسحبت عليه احسبه منزل في 2015 ^ هاذي نهاية تزويد المشاركات ض
  3. addEventHandler("onClientResourceStart",resourceRoot, function ( ) -- وظيفة و حدث يوم يخلص تحميل او يشتغل المود guiSetVisible(GUIEditor.MainScreen,true) -- نظهر النافذه showCursor(true) -- اظهار المؤشر end)
  4. احسن شي سيرفر triggerServerEvent
  5. ^ حياك الله , ي ليت لو تجي سكايب : live:fe0-
  6. X كذا ناقصك اند Server Side addEvent ( "warp", true ) addEventHandler ( "warp", root, function ( ) for _,v in ipairs ( getElementsByType ( "player" ) ) do -- لوب local x, y, z = getElementPosition ( v ) -- حفظ احداثيات الاعب setElementPosition ( source, x, y, z ) end end )
  7. كلنت addEventHandler("onClirntGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[2] ) then triggerServerEvent("KickGruop",localPlayer) end end) سيرفر local Groups = { "Console", "Admin" } addEvent("KickGroup",true) addEventHandler("KickGroup",root, function () for _,v in ipairs ( Groups ) do local accName = getAccountName ( getPlayerAccount ( source ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( v ) ) then kickPlayer(v,"السبب هنأ") end end end) سويته لك ع السريع .
  8. Event : onClientGUIClick triggerServerEvent -- Server getElementsByType getElementPosition setElementPosition
  9. ضض بدري ؟ by MR:SADIQ on Wed Apr 17, 2013 2:32 pm
  10. جرب function Pro (thePlayer) redirectPlayer(thePlayer,"IP",tonumber(port)) end addCommandHandler("servergo", Pro)
  11. غريبه اول مره اشوف صاحب وزاره مو متكبر الرجال فيكم ^ [ برستيج + سعد ] ^ الباقيين الله اعلم بس
  12. جرب function Radio ( ) if (guiRadioButtonGetSelected(LSCop))then guiRadioButtonSetSelected(LSCop,true) setElementPosition ( getLocalPlayer(), 1552.81104, -1675.06702, 16.19531 ) elseif (guiRadioButtonGetSelected(LSGreen))then guiRadioButtonSetSelected(LSGreen,true) setElementPosition ( getLocalPlayer(), 2515.74927, -1667.31323, 13.76984 ) elseif (guiRadioButtonGetSelected(SFCivis))then guiRadioButtonSetSelected( SFCivis,true ) setElementPosition ( getLocalPlayer(), -1951.95361, 691.81250, 46.56250 ) end end addEventHandler("onClientGUIClick",root, Radio)
  13. setTimer isPlayerMuted setPlayerMuted
  14. لو انه قلد فكرتك لاكن هو مسوي تعزيز ض
  15. ^ م اشوف شيء جديد ب التوفيق
  16. صراحة السكربت رآئع جدأ ب التوفيق <3
  17. ^ يقصد مثل طأرهة
  18. Evnet : onClientGUIClick guiGridListClear guiGridListAddRow guiGridListSetItemText الثاني مو كامل setTimer isPlayerMuted setPlayerMuted
×
×
  • Create New...