MR_Mahmoud Posted February 28, 2017 Share Posted February 28, 2017 ابي اعرف ازا هاد الكود يغير اسم سيرفر او لا + كيف استخدمه لاني لازمني ضروري ابي اغير اسم سيرفر بدون مارستره هل هاد الكود يساعد ؟؟؟ function outputServerName ( ) outputChatBox ( getServerName( ) ) end -- Add console command 'getServerName' addCommandHandler ( "getServerName", outputServerName ) Link to comment
Abu-Solo Posted February 28, 2017 Share Posted February 28, 2017 function outputServerName ( ) local name = getServerName( ) outputChatBox ( ''..name..'' ,source,255,255,0,true) end -- Add console command 'getServerName' addCommandHandler ( "getServerName", outputServerName ) Link to comment
#BrosS Posted February 28, 2017 Share Posted February 28, 2017 مستحيل تقدر تغير اسم السيرفر دون الاستضافة وترستره ، اقرأ https://bugs.mtasa.com/view.php?id=5172 وكودك يجيب اسم السيرفر ذذ Link to comment
MR_Mahmoud Posted February 28, 2017 Author Share Posted February 28, 2017 1 minute ago, #BrosS said: مستحيل تقدر تغير اسم السيرفر دون الاستضافة وترستره ، اقرأ https://bugs.mtasa.com/view.php?id=5172 وكودك يجيب اسم السيرفر ذذ ذذ بس انا شفت عالم كتير تغير بدون ماترستر السيرفر 2 minutes ago, Abu-Solo said: function outputServerName ( ) local name = getServerName( ) outputChatBox ( ''..name..'' ,source,255,255,0,true) end -- Add console command 'getServerName' addCommandHandler ( "getServerName", outputServerName ) ابو سولو الملك وضح و هاد ؟ Link to comment
Abu-Solo Posted February 28, 2017 Share Posted February 28, 2017 Just now, MR_Mahmoud said: ذذ بس انا شفت عالم كتير تغير بدون ماترستر السيرفر ابو سولو الملك وضح و هاد ؟ الفنكشن هذا يجيب فقط اسم السيرفر ,,, Link to comment
#BrosS Posted February 28, 2017 Share Posted February 28, 2017 4 minutes ago, Abu-Solo said: function outputServerName ( ) local name = getServerName( ) outputChatBox ( ''..name..'' ,source,255,255,0,true) end -- Add console command 'getServerName' addCommandHandler ( "getServerName", outputServerName ) الله يهديك انت الثاني Link to comment
MR_Mahmoud Posted February 28, 2017 Author Share Posted February 28, 2017 Just now, Abu-Solo said: الفنكشن هذا يجيب فقط اسم السيرفر ,,, اوك يالغالي بس سؤال في طريقة رسترت السيرفر من داخل العبة ؟ مو بل استضافة ؟ 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