DaminkO Posted March 18, 2016 Share Posted March 18, 2016 وش هو الخطأ x = 5 y = 3 w = x+y outputChatBox(w) Link to comment
Me[Z]oO Posted March 18, 2016 Share Posted March 18, 2016 وش هو الخطأ x = 5 y = 3 w = x+y outputChatBox(w) شو تبي تسوي بلضبط Link to comment
Ahmed Ly Posted March 18, 2016 Share Posted March 18, 2016 وش هو الخطأ x = 5 y = 3 w = x+y outputChatBox(w) شو تبي تسوي بلضبط يبي يجمع 5 في 3 و تطلع في شات كم Link to comment
Me[Z]oO Posted March 18, 2016 Share Posted March 18, 2016 (edited) local x = 5 local y = 3 local w = x+y outputChatBox("..tostring(w)..") تفضل Edited March 18, 2016 by Guest Link to comment
MuhannaDx Posted March 18, 2016 Share Posted March 18, 2016 x = 5 local = y = 3 local = w = x+y outputChatBox("..tostring(w)..") تفضل [b] x = 5 local = y = 3 local = w = x+y outputChatBox(tostring(w)) [/b] Link to comment
Me[Z]oO Posted March 18, 2016 Share Posted March 18, 2016 x = 5 local = y = 3 local = w = x+y outputChatBox("..tostring(w)..") تفضل lua]x = 5 local = y = 3 local = w = x+y outputChatBox(tostring(w))[/lua] هي هي Link to comment
Me[Z]oO Posted March 18, 2016 Share Posted March 18, 2016 بس م يحتاج ".. .." جربتها واشتغل عادي Link to comment
MuhannaDx Posted March 18, 2016 Share Posted March 18, 2016 + ليش زي كذا local = y = 3 الصح local y = 3 الكود كامل local x = 5 local y = 3 local w = x + y outputChatBox ( tostring(w) ) Link to comment
#|_oskar_|# Posted March 18, 2016 Share Posted March 18, 2016 بس م يحتاج ".. .." جربتها واشتغل عادي متأكد انه شغال ؟ لاني شايف = زياده Link to comment
Me[Z]oO Posted March 18, 2016 Share Posted March 18, 2016 +ليش زي كذا local = y = 3 الصح local y = 3 الكود كامل local x = 5 local y = 3 local w = x + y outputChatBox ( tostring(w) ) انا اكتب بالجوال ف ما الاحظ مشكور ع التنبيه Link to comment
Mr.R Posted March 19, 2016 Share Posted March 19, 2016 addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) local x = 5 local y = 3 local w = x + y outputChatBox ( tostring ( w ) ) end ) Link to comment
iMr.SFA7 Posted March 19, 2016 Share Posted March 19, 2016 أساسا من البداية وكود صاحب الموضوع صحيح تحول الأرقام الى سترنق تلقائيا outputChatBox وبالنسبة للي حاطين توسترينق الوظيفة Link to comment
Mr.R Posted March 19, 2016 Share Posted March 19, 2016 أساسا من البداية وكود صاحب الموضوع صحيحتحول الأرقام الى سترنق تلقائيا outputChatBox وبالنسبة للي حاطين توسترينق الوظيفة هو طرحه يقول وش الخطأ يمكن ما أضاف حدث ووظيفه او ملف مليتا + مشكور عالمعلومه ^ 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