|Mr|-Talal07-| Posted August 26, 2012 Share Posted August 26, 2012 السلام عليكم ورحمة الله و بركاته يا شباب انا ادخل سيرفرات كثيرة الاقي في الشات |Mr|-Talal07-| Has Join From [ Saudi Arabia ] الحين كيف احظر البلد فتشت الويكي ما لقيت ياليت تفيدوني Link to comment
TAPL Posted August 26, 2012 Share Posted August 26, 2012 exports.admin:getPlayerCountry(source) Link to comment
|Mr|-Talal07-| Posted August 26, 2012 Author Share Posted August 26, 2012 server side -- function join() outputChatBox("#00ffff* [ Join ] [#ffffff" .. getPlayerName(source) .. "#00ffff] , [#ffffff" .. exports.admin:getPlayerCountry(source) .. "#00ffff]",getRootElement(),0,0,0,true) end addEventHandler("onPlayerJoin",getRootElement(),join) Link to comment
TAPL Posted August 26, 2012 Share Posted August 26, 2012 function join() local country = exports.admin:getPlayerCountry(source) or "N/A" outputChatBox("#00ffff* [ Join ] [#ffffff"..getPlayerName(source).."#00ffff] [#ffffff"..country.."#00ffff]",root,0,0,0,true) end addEventHandler("onPlayerJoin", root, join) إذا كنت مشغله بسيرفر جهازك ما بيعطيك الدولة لان الآي بي حقك لوكل Link to comment
Tete omar Posted August 27, 2012 Share Posted August 27, 2012 كان ودي اعرف وش هي exports.admin وش معنى هالكلمة ووش وظيفتها exports. ؟؟؟ Link to comment
|Mr|-Talal07-| Posted August 27, 2012 Author Share Posted August 27, 2012 كان ودي اعرفوش هي exports.admin وش معنى هالكلمة ووش وظيفتها exports. ؟؟؟ احظار وظيفة من مود معين exports.الوظيفة.المود Link to comment
TAPL Posted August 27, 2012 Share Posted August 27, 2012 كان ودي اعرفوش هي exports.admin وش معنى هالكلمة ووش وظيفتها exports. ؟؟؟ https://wiki.multitheftauto.com/wiki/Call 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