-
Posts
2,156 -
Joined
-
Last visited
-
Days Won
6
Everything posted by ' A F .
-
-- # Server Side local Table = { }; addEventHandler("onPlayerChat",root, function ( Message , Type ) if ( Type == 0 and Message == "سيارة" or Message == "سياره" ) then if ( isElement ( Table [ source ] ) ) then destroyElement ( Table [ source ] ) end local Position = { getElementPosition ( source ) }; Table [ source ] = createVehicle ( 411 , Position [ 1 ] , Position [ 2 ] , Position [ 3 ] ) warpPedIntoVehicle ( source , Table [ source ] ) end end ); أكتب بـ الشات سيارة او سياره عشان يعطيك
-
@Le3bA كودك مختلف عن كوده 100% ء
-
@Ahmed Ly اتمنى تحذف الكود . , خليه هو يحاول + ع فكرة ترانا عارفين انك مبرمج ..
-
^ + guiGridListClear getElementsByType guiGridListAddRow getPlayerName guiGridListSetItemText
-
@Dr.Marco من وين جبت online + spawnOnMap ?
-
وانت كمان لاتزود مشاركات
-
@iMr.SFA7 : منور ي بعدي <3
-
شرح رائع ي سحبأت , ومرتب يعطيك الف عافيه ..
-
[طريقة دخول الاجهزة الي على الشبكة للسيرفر المحلي [طلب
' A F . replied to s7BaT's topic in Arabic / العربية
جربت طريقتك بالحرف الواحد ما في فايده انا قبل فتره كنت اخش بالجهازين عادي الطريقة ذي انا اجربها دائماً .. -
[طريقة دخول الاجهزة الي على الشبكة للسيرفر المحلي [طلب
' A F . replied to s7BaT's topic in Arabic / العربية
جرب الطريقة هاذي طفي سيرفرك وخش اللعبه بالجهاز حقك والجهاز الثاني وشغل السيرفر وجرب -
رائع جداً أستاذ كور , واصل ولاتوقف ..
-
onePiece = createMarker ( 2485.00000, -1667.00000, 13.34375, "checkpoint", 4,0, 255, 0, 255 ) addEventHandler("onMarkerHit",root, function ( Element ) if ( source == onePiece and getElementType ( Element ) == "player" ) then setElementPosition ( Element , 2485.00000, -1667.00000, 11,2221 ) end end );
-
addCommandHandler("12ga", function ( ) setWeaponProperty("ak-47", "pro", "maximum_clip_ammo", 200) end );
-
[M.L] AL-MLoOk Server for hajwala||سيرفر الملووك للهجولة
' A F . replied to SaedAmer's topic in Arabic / العربية
بـ التوفيق لك , لو قمت بطرح صور يكون أحسن . -
@Wleed1998 : منور ي بعد قلبي <3
-
حط بـ كودك يوم يوصل البروجريسس 100 استخدم triggerServerEvent
-
addEvent ( "Skin", true ) addEventHandler ( "Skin", root, function ( SkiniD ) setElementModel ( source, tonumber ( SkiniD ) ) outputChatBox ( "* Changed Skin", source, 255, 0, 0, true ) end ) addEventHandler ( "onPlayerLogin",root, function ( ) triggerClientEvent ( source, "Set", source ) end )
-
@N3xT : منور ي قلبي <3 @a7zan : منور ي قلبي <3
-
سكربت رائع , اقترح لك انك تسويه يوم يظغط على الاعب تجيه لوحة فيها المعلومات الاعب الي انت ظغطت عليه يعني . تظغط x يظهر لك الماوس و اي لاعب تظغط عليه بالماوس تجيك معلوماته
-
addEventHandler("onPlayerCommand",root, function ( Message ) if ( Message == "me" ) then cancelEvent ( ) end end );
-
جرب بدل الكلنت كذا GUIEditor = { edit = {}, button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(357, 112, 650, 546, "Login ~ Register ", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF29FC00") GUIEditor.label[1] = guiCreateLabel(45, 104, 148, 40, "اسم الحساب ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 251, 253, 0) GUIEditor.edit[1] = guiCreateEdit(174, 94, 377, 50, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(66, 214, 148, 40, "باسورد", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 251, 253, 0) GUIEditor.edit[2] = guiCreateEdit(174, 194, 377, 50, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(66, 297, 165, 66, "login", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") GUIEditor.button[2] = guiCreateButton(464, 297, 165, 66, "guest", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF0000") GUIEditor.button[3] = guiCreateButton(271, 297, 165, 66, "register", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFF0000") triggerServerEvent("onGetSave",localPlayer) showCursor ( true ) addEvent("onPutSave",true) addEventHandler("onPutSave",root, function (puser,ppass) guiSetText(GUIEditor.edit[1],puser) guiSetText(GUIEditor.edit[2],ppass) end ) addEventHandler("onClientGUIClick",root, function () local user = guiGetText(GUIEditor.edit[1]) local pass = guiGetText(GUIEditor.edit[2]) if ( source == GUIEditor.button[1] ) then if user ~= "" and pass ~= "" then if guiCheckBoxGetSelected(remember) then triggerServerEvent("onLoginWith",localPlayer,user,pass) else triggerServerEvent("onLogin",localPlayer,user,pass) end else outputChatBox("* You Must Write Username Or Password",255,0,0) end elseif ( source == GUIEditor.button[3] ) then if user ~= "" and pass ~= "" then triggerServerEvent("onReg",localPlayer,user,pass) else outputChatBox("* You Must Write Username Or Password",255,0,0) end end end ) ----------------------------------------------------------------------------
-
استخدم onPlayerCommand cancelEvent
-
بس ما في حدث اسمه اول ما تغير اسم التيم او اول ما تضيف تيم او اول ما تحذف تيم ؟؟ شو اعمل onElementDestroy
