mouamle Posted April 26, 2015 Share Posted April 26, 2015 السلام عليكم طلب بسيط أو معقد ما اعرف المهم -- Client side function button1() if ( source == button1 ) then name = guiGetText(Name) age = guiGetText(Age) triggerServerEvent("info", localPlayer, name, age) end end addEventHandler("onClientGUIClick", resourceRoot, button1) -- Server Side addEvent("info", true) addEventHandler("info", root, function () outputChatBox("Player Name is: " .. name .. "And Player age is: " .. age) end ) لما اسوي triggerServerEvent في طريقة انقل ال Variable من الكلنت لل سيرفر ؟ Link to comment
ALw7sH Posted April 26, 2015 Share Posted April 26, 2015 ضيف المتغيرات الي رسلتهم معى التريقر من كلاينت سايد الى الفنكشن حق التريقر في السيرفر سايد ( function (name, age) ) ومو لازم تضيفهم بنفس الاسم الي ارسلتهم فيه بس اهم شي نفس الترتيب Link to comment
mouamle Posted April 26, 2015 Author Share Posted April 26, 2015 ممكن حل ؟ Server.lua:19: Bad argument @ 'logIn' [Expected player at argument 1, got nil] addEvent("LogIn1", true) addEventHandler("LogIn1", root, function ( UserName, PassWord) logIn ( Player, UserName, PassWord ) -- Line 19 end ) Link to comment
mouamle Posted April 26, 2015 Author Share Posted April 26, 2015 على أساس اني مبتدأ في البرمجة Link to comment
ALw7sH Posted April 26, 2015 Share Posted April 26, 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