#STZ Posted June 11, 2016 Share Posted June 11, 2016 السلام عليكم و رحمة الله و بركاته اليوم ابي كود ليبل يظهر قدامه بنج اللاعب و السريال + ابي كود اللوحة ما تفتح الا للكونسل Link to comment
Abdul KariM Posted June 11, 2016 Share Posted June 11, 2016 الطلب الاول triggerServerEvent -- get Serial getPlayerSerial triggerClientEvent guiSetText هذا للسريال البنق "onClientRender" -- or setTimer getPlayerPing guiSetText الطلب الثاني bindKey triggerServerEvent getPlayerAccount isGuestAccount getAccountName isObjectInACLGroup triggerClientEvent guiSetVisible showCursor حاول وبساعدك فيها , بالتوفيق ان شاء الله Link to comment
Adham Posted June 11, 2016 Share Posted June 11, 2016 معلش لو الطلب الاول في خطأ addEventHandler("onClientRender", root, function () guiSetText ( label, "Your Serial : "..Serial.."") triggerServerEvent ( "getSe", localPlayer ) end) ------------ Server addEvent ( "getSe", true ) addEventHandler ( "getSe", root, function ( ) local Serial = getPlayerSerial (source) triggerClientEvent ( source, "getSe", source ) end ) الطلب التاني -- addEventHandler("onClientRender", root, function () guiSetText ( Label, "Your Ping : ".. getPlayerPing ( localPlayer ) .."" ) end) الطلب التالت -- function StrongC ( ) guiSetVisible ( GUIEditor.window[1],true ) showCursor ( true ) -- اظهار الماوس end addEvent ( "StrongChat", true ) addEventHandler ( "StrongChat", root, StrongC ) -------------- Server addCommandHandler ( "الكلمه التبيها تفتح", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Console")) then triggerClientEvent ( p, "StrongChat", resourceRoot ) end end end ) Link to comment
iMr.WiFi..! Posted June 11, 2016 Share Posted June 11, 2016 ^ انت مشاءالله ماتقصر ليش ماتجرب تخليه يحاول ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ والله طفشت من هالامثال , الطلب الاول فيه خطأ -- # Client addEventHandler("onClientRender",root,function ( ) triggerServerEvent("GetS",localPlayer) end) addEvent("GetP",true) addEventHandler("GetP",root,function ( Serial ) guiSetText ( Label, "Your Ping : ".. getPlayerPing ( localPlayer ) .."Your Serial : "..Serial ) end) -- # Server addEvent ( "GetSe", true ) addEventHandler ( "GetS", root,function ( ) local Serial = getPlayerSerial (source) triggerClientEvent ( source, "GetP", source, Serial ) end) Link to comment
iMr.SFA7 Posted June 11, 2016 Share Posted June 11, 2016 onClientRender with triggerServerEvent Link to comment
Abdul KariM Posted June 11, 2016 Share Posted June 11, 2016 iMr.WiFi..! said: ^انت مشاءالله ماتقصر ليش ماتجرب تخليه يحاول ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ والله طفشت من هالامثال , الطلب الاول فيه خطأ -- # Client addEventHandler("onClientRender",root,function ( ) triggerServerEvent("GetS",localPlayer) end) addEvent("GetP",true) addEventHandler("GetP",root,function ( Serial ) guiSetText ( Label, "Your Ping : ".. getPlayerPing ( localPlayer ) .."Your Serial : "..Serial ) end) -- # Server addEvent ( "GetSe", true ) addEventHandler ( "GetS", root,function ( ) local Serial = getPlayerSerial (source) triggerClientEvent ( source, "GetP", source, Serial ) end) ابي اعرف ليش الرندر عشان السريال ؟ يعني بتغير السريال مثلا ؟ حط السطر بالكلينت triggerServerEvent ( "GetSerial",localPlayer ) وبالسيرفر سايد حط هذا addEvent ( "GetSerial" , true ) addEventHandler ( "GetSerial" , root, function ( ) local Serial = getPlayerSerial ( source ) triggerClientEvent ( source , "SetSerial" , source , Serial ) end ) وبعدين كلينت addEvent ( "SetSerial" , true ) addEventHandler ( "SetSerial" , root, function ( TheSerial ) guiSetText ( YourLeabl , tostring ( TheSerial ) ) end ) Link to comment
Jupi Posted June 11, 2016 Share Posted June 11, 2016 iMr.SFA7 said: onClientRender with triggerServerEvent Link to comment
#STZ Posted June 11, 2016 Author Share Posted June 11, 2016 انا اتعلم من الاكود اللي تعطيني اياه يا واي فاي تقتكر لما طلبت منك كود زر داخل لوحة لفتح لوحة اخر اليوم اخيرا سويت ٤ ازرار داخل لوحة واحدة وهذا بفضلك و لعبة كمان ساعدني شوي انا اتعلم من كل سطر تساعدني فيه Link to comment
Adham Posted June 11, 2016 Share Posted June 11, 2016 iMr.WiFi..! said: ^انت مشاءالله ماتقصر ليش ماتجرب تخليه يحاول ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ والله طفشت من هالامثال , الطلب الاول فيه خطأ -- # Client addEventHandler("onClientRender",root,function ( ) triggerServerEvent("GetS",localPlayer) end) addEvent("GetP",true) addEventHandler("GetP",root,function ( Serial ) guiSetText ( Label, "Your Ping : ".. getPlayerPing ( localPlayer ) .."Your Serial : "..Serial ) end) -- # Server addEvent ( "GetSe", true ) addEventHandler ( "GetS", root,function ( ) local Serial = getPlayerSerial (source) triggerClientEvent ( source, "GetP", source, Serial ) end) اتكلم باحترام معي !! Link to comment
iMr.WiFi..! Posted June 11, 2016 Share Posted June 11, 2016 انا اقول في ناس تطلب اكواد وبدون ماتتعلم ما اقصدك , بس لو تحاول تفهم اسرع من الاكواد لعبة كثيرين من الناس يشوفو الفنكشنات ويسونها انا ماقول الغلط هنا اقول بعدين ذا شخص بيكرر ذا شيء يعني راعي الموضوع مو اقصدك انت اقصد اي راعي موضوع , انا استعجلت احط اكواد وماهتميت لحدث اون كلينت رندر Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now