3ssol Posted May 19, 2013 Share Posted May 19, 2013 السلام عليكم شباب السكربت ذا فيه خطاا بدال مايجيب الاحداثيات يجيب الاحرف الي انا حاطها function comnd (player) local x, y, z = getElementPosition(player) outputChatBox ("x, y, z",player) end addCommandHandler("lp",comnd) وش مشكلته ؟ Link to comment
Blaawee Posted May 19, 2013 Share Posted May 19, 2013 function comnd( player ) local x, y, z = getElementPosition(player) outputChatBox ( x ..' ' .. y ..' ' . . z, player ) end addCommandHandler( "lp", comnd ) Link to comment
3ssol Posted May 19, 2013 Author Share Posted May 19, 2013 اهااااااااااااااااااااااااااا صح صح نسيتها يعطيك العاافيه بلاوي Link to comment
3ssol Posted May 19, 2013 Author Share Posted May 19, 2013 addCommandHandler("GGP", function () local x, y, z, lx, ly, lz = getCameraMatrix(source) outputChatBox ( " "..x..", "..y..", "..z..", "..lx..", "..ly..", "..lz.."",source,255,0,0,true) end) مايطلع الكلام بـ الشات ليه ؟؟ Link to comment
3NAD Posted May 19, 2013 Share Posted May 19, 2013 غير معرف source لأن ---- addCommandHandler بـ كود اللي هي معرفات جاهزة parameters رآح تلآقي غالباً يكون فيها تعريف اللاعب او السيارة .. إلخ وموقعها مآبين الأقواس في عنوان الوظيفة Ex.: function ( player ) ---- ولو كآن الكود كلنت اللاعب معرف وجاهز بـ كود localPlayer = getLocalPlayer ( ) 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