-
Posts
288 -
Joined
-
Last visited
Everything posted by Bo7meeeD
-
الخطأ في اضافه الحساب addEvent("register",true) addEventHandler("register",getRootElement(), function (user,pass) local account = getAccount(user) if ( account ) then outputChatBox("* This Account is Already Used",source,255,0,0) else addAccount(user,pass) triggerClientEvent(source,"wrong",source) end end ) كلنت addEventHandler ( "onClientGUIClick", root, function () local user = guiGetText(GUIEditor_Edit[3]) local pass = guiGetText(GUIEditor_Edit[4]) if ( source == GUIEditor_Button[4] ) then triggerServerEvent("register",getLocalPlayer(),user,pass) end end )
-
thanx TAPL , 3asheq
-
شباب فيه خطأ ؟ addEvent("login1",true) addEventHandler("login1",getRootElement(), function (user,pass) local account = getAccount(user,pass) if ( account ) then logIn(source,account,pass) triggerClientEvent(source,"login99",source) else outputChatBox("* Worng Username Or Password",source,255,0,0) end end ) addEvent("register",true) addEventHandler("register",getRootElement(), function (user,pass) local account = getAccount(user,pass) if ( account ) then outputChatBox("* This Account is Already Used",source,255,0,0) else addAccount(user,pass) triggerClientEvent(source,"wrong",source) end end )
-
يسلمؤؤ اخوي تابل شباب كيف اسوي الكلام اللي يطلع في الايدت يكون كذا ****** يعني كلمة سر ؟ ابغى الكود بس !
-
يعني اذا كانوا ثلاثة لاعبين داخل الماركر تتنفذ او تعني اذا ثلاثة لاعبين لمسوا الماركر وخرجوا تتنفذ الوظيفة ؟ اقصد اذا واحد جا ولمس الماركر وجا ثاني وثالث لمسو الماركر تتنفذ
-
ي شباب ككيف اسوي شرط اذا لمس الماركر 3 مرات وكذا يعني الوظيفة ماتصير الا اذا لمس الماركر 3 لاعبين ؟
-
مشكؤؤؤؤؤؤؤؤؤؤؤؤؤؤؤؤر واللله انك شننننننب يسلممؤؤ
-
addEventHandler ( "onClientGUIClick", root, function () if ( source == GUIEditor_Button[1] ) then if(guiCheckBoxGetSelected(GUIEditor_Checkbox[2]))then guiCheckBoxSetSelected (GUIEditor_Checkbox[2], true ) triggerServerEvent ( "setPedStats2", localPlayer ) setTimer ( triggerServerEvent, 5000, 1, "setPedStats",localPlayer ) guiSetVisible ( GUIEditor_Label[3], true ) guiSetEnabled ( GUIEditor_Checkbox[2], false ) guiSetEnabled ( GUIEditor_Checkbox[1], true ) elseif( source == GUIEditor_Button[2] ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) elseif ( source == GUIEditor_Button[1] ) then if(guiCheckBoxGetSelected(GUIEditor_Checkbox[1]))then guiCheckBoxSetSelected (GUIEditor_Checkbox[1], true ) guiSetEnabled ( GUIEditor_Checkbox[1], false ) guiSetEnabled ( GUIEditor_Checkbox[2], true ) setGameSpeed(tonumber(1.5)) setTimer(setGameSpeed,60000,1,1) end end end end ) المشكله ان الاعب يقدر يحدد تشيك بوكس انا ابغى اذا حدد واحد يروح التحديد عن الاول يعني مايقدر يحدد الاثنين في الوقت نفسه
-
سوسو اي مساعدة راسلني عالخاص ي لبى قلبك الرساله عندك
-
ضض1 روح اختبر لحالك
-
not work ;( انا خليتة لك لآضغط الزر الثاني يفعل التشيك بوكس الاول ويلغي الثاني واذا ضغط الزر الاول يلغي التشيك بوكس الاول ويفعل التشيك بوكس الثاني هذا اللي تبية صحيح ؟ الموضوع مافيه الغاء شي الوضوع يروح التحديد = ما تقدر تحدد اثنين نفس الوقت
-
لا القصد ما تقدر تحدد الا واحد يعني لو حددث الثاني يروح التحديد عن الاول ولو حددت الاول يروح التحديد عن الثاني جربت ولا ضبط
-
مو هذا قصدي انا جربت اللي قلت لي صار اذا ضغط ع الأول ما يقدر يضغط الثاني اللي ابيه اذا ضغط ع الاول يروح التحديد عن الاول ! اعتقد قصدك كذا : addEventHandler ( "onClientGUIClick", root, function () if ( source == GUIEditor_Button[1] ) then if(guiCheckBoxGetSelected(GUIEditor_Checkbox[2]))then guiCheckBoxSetSelected (GUIEditor_Checkbox[2], true ) triggerServerEvent ( "setPedStats2", localPlayer ) setTimer ( triggerServerEvent, 5000, 1, "setPedStats",localPlayer ) guiSetVisible ( GUIEditor_Label[3], true ) guiSetEnabled ( GUIEditor_Checkbox[2], false ) elseif( source == GUIEditor_Button[2] ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) elseif ( source == GUIEditor_Button[1] ) then if(guiCheckBoxGetSelected(GUIEditor_Checkbox[1]))then guiCheckBoxSetSelected (GUIEditor_Checkbox[1], true ) guiSetEnabled ( GUIEditor_Checkbox[1], false ) setGameSpeed(tonumber(1.5)) setTimer(setGameSpeed,60000,1,1) end end end end ) لا هذا اللي سويته وقلتلك خطأ
-
ما فهمت وش ذا اصلا هذا كودي شوفه addEventHandler ( "onClientGUIClick", root, function () if ( source == GUIEditor_Button[1] ) then if(guiCheckBoxGetSelected(GUIEditor_Checkbox[2]))then guiCheckBoxSetSelected (GUIEditor_Checkbox[2], true ) triggerServerEvent ( "setPedStats2", localPlayer ) setTimer ( triggerServerEvent, 5000, 1, "setPedStats",localPlayer ) guiSetVisible ( GUIEditor_Label[3], true ) elseif( source == GUIEditor_Button[2] ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) elseif ( source == GUIEditor_Button[1] ) then if(guiCheckBoxGetSelected(GUIEditor_Checkbox[1]))then guiCheckBoxSetSelected (GUIEditor_Checkbox[1], true ) setGameSpeed(tonumber(1.5)) setTimer(setGameSpeed,60000,1,1) end end end end )
-
مو هذا قصدي انا جربت اللي قلت لي صار اذا ضغط ع الأول ما يقدر يضغط الثاني اللي ابيه اذا ضغط ع الاول يروح التحديد عن الاول !
-
المشكلة انك تقدر تحدد الثنين كيف اقدر اعدلها Checkbox شباب انا مسوي بمعنى اذا حددت واحد يروح التديد عن الاول؟ وآسف ع الإطاله
-
يقولك اذا ضغط shift + g ما تطلع له قائمة الـgui_editor الله يسامحه مخرب الكيبورد مدري وش مسوي فيه
-
جرب رجع الاصدار القديم
-
right click ووذا ماضبط رجعه الاصدار القديم وش نسوي بعد
-
ضض1 اللي فهمته انا القائمة ماتجي لك ؟ اذا كذا اضغط كلك يمين
