~Mr.Hassan Posted August 12, 2015 Share Posted August 12, 2015 السلام عليكم شباب شو خطا الكود يقلي فيه خطا وانا اشوف ما فيه خطا كلينت addEventHandler ( "onClientGUIClick", root, function ( ) if source == pass then local zz = guiGetText(edit2) triggerServerEvent("zz", localPlayer, zz) end end ) سيرفر addEvent ( "zz", true ) addEventHandler ( "zz",root, function () setServerPassword ( tostring(zz) ) outputChatBox ( "Password changed successfully and become: "..tostring(getServerPassword()), source ) end Link to comment
#Mr.Rajo~,< Posted August 12, 2015 Share Posted August 12, 2015 السلام عليكمشباب شو خطا الكود يقلي فيه خطا وانا اشوف ما فيه خطا كلينت addEventHandler ( "onClientGUIClick", root, function ( ) if source == pass then local zz = guiGetText(edit2) triggerServerEvent("zz", localPlayer, zz) end end ) سيرفر addEvent ( "zz", true ) addEventHandler ( "zz",root, function () setServerPassword ( tostring(zz) ) outputChatBox ( "Password changed successfully and become: "..tostring(getServerPassword()), source ) end انت رسلت المتغير مع التريقر لاكن ماعرفت بالفنكشن اللي بملف السيرفر عرف zz بالفنكشن addEvent ( "zz", true ) addEventHandler ( "zz",root, function (zz) setServerPassword ( tostring(zz) ) outputChatBox ( "Password changed successfully and become: "..tostring(getServerPassword()), source ) end Link to comment
~Mr.Hassan Posted August 12, 2015 Author Share Posted August 12, 2015 addEventHandler ( "onClientGUIClick", root, function ( ) if source == pass then local zz = guiGetText(edit2) triggerServerEvent("password", localPlayer, zz) end end ) addEvent ( "passowrd", true ) addEventHandler ( "passowrd",root, function (zz) setServerPassword ( tostring(zz) ) outputChatBox ( "Password changed successfully and become: "..tostring(getServerPassword()), source ) end ) Link to comment
#Mr.Rajo~,< Posted August 12, 2015 Share Posted August 12, 2015 طيب عدل password لانك راسل بالتريقر zz وحاط بالسيرفر password Link to comment
~Mr.Hassan Posted August 12, 2015 Author Share Posted August 12, 2015 addEventHandler ( "onClientGUIClick", root, function ( ) if source == pass then local zz = guiGetText(edit2) triggerServerEvent("password", localPlayer, zz) end end ) addEvent ( "passowrd", true ) addEventHandler ( "passowrd",root, function (zz) setServerPassword ( tostring(zz) ) outputChatBox ( "Password changed successfully and become: "..tostring(getServerPassword()), source ) end ) التعديل الجديد بس ما ظبط Link to comment
#Mr.Rajo~,< Posted August 12, 2015 Share Posted August 12, 2015 وش طلع بالديبق ؟ بعد التعديل Link to comment
~Mr.Hassan Posted August 12, 2015 Author Share Posted August 12, 2015 الصوره الي فوق التعديل Link to comment
#Mr.Rajo~,< Posted August 12, 2015 Share Posted August 12, 2015 addEventHandler ( "onClientGUIClick", root, function ( ) if source == pass then local zz = guiGetText(edit2) triggerServerEvent("password", localPlayer, zz) end end ) addEvent ( "passowrd", true ) addEventHandler ( "passowrd",root, function (zz) setServerPassword ( tostring(zz) ) outputChatBox ( "Password changed successfully and become: "..tostring(getServerPassword()), source ) end ) addEvent ( "passowrd", true ) addEventHandler ( "passowrd",root, خطأ مطبعي triggerServerEvent("password", localPlayer, zz) password هذا اللي مرسول هذا المستقبل passowrd Link to comment
~Mr.Hassan Posted August 12, 2015 Author Share Posted August 12, 2015 تمت الافاده وما كنت منتبه شكرا لك Link to comment
#Mr.Rajo~,< Posted August 12, 2015 Share Posted August 12, 2015 تمت الافاده وما كنت منتبهشكرا لك العفو حنا هنا نعين ونعاون 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