Mr-Kartha Posted October 16, 2012 Share Posted October 16, 2012 السلام عليكم ورحمة الله وبركاته كيفكم اخباركم انشاء الله تمام دوووووووم يا رب بخش بموضوعي انا ودي ارتب هاذ الكود سويت نافذه ودي احط هاذ الكود بترتيب addEvent("ServerName",true) addEventHandler("ServerName",getRootElement(), function () triggerClientEvent(source,"ServerName",source,getServerName(name)) end) اسم السيرفر : ................ كيف ارتبه في النافذه ؟ Link to comment
Tete omar Posted October 16, 2012 Share Posted October 16, 2012 (edited) السلام عليكم ورحمة الله وبركاته كيفكم اخباركم انشاء الله تمام دوووووووم يا رب بخش بموضوعي انا ودي ارتب هاذ الكود سويت نافذه ودي احط هاذ الكود بترتيب addEvent("ServerName",true) addEventHandler("ServerName",getRootElement(), function () triggerClientEvent(source,"ServerName",source,getServerName(name)) end) اسم السيرفر : ................ كيف ارتبه في النافذه ؟ وش ترتيب حبيبي , الكود كلله يخلي اذكى انسان بالعالم ينتحر .. من وين جبت ذي name وليش جايب كودات السيرفر ووين الليبل حقتك ووين حالك ووينك بالدنيا. Edited October 16, 2012 by Guest Link to comment
3NAD Posted October 16, 2012 Share Posted October 16, 2012 -- Server addEventHandler("onResourceStart", resourceRoot, function ( ) triggerClientEvent("ServerName",root,getServerName()) end ) -- Client addEvent("ServerName",true) addEventHandler("ServerName",root, function ( theName ) guiSetText( LABEL , theName ) end ) 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