Jump to content

استفسار


Recommended Posts

ابي اعرف ازا هاد الكود يغير اسم سيرفر او لا + كيف استخدمه لاني لازمني ضروري ابي اغير اسم سيرفر بدون مارستره هل هاد الكود يساعد ؟؟؟

 

function outputServerName ( )
	outputChatBox ( getServerName( ) )
end

-- Add console command 'getServerName'
addCommandHandler ( "getServerName", outputServerName )
Link to comment
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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...