a7zan Posted February 23, 2015 Share Posted February 23, 2015 السلام عليكم , شباب ابي كود بسيط الي هو لما اشغل مود يجي بشات مثلآ تم تشغيل المود.. والي يبي يستهبل يتفضل مووضوعع ثاني Link to comment
a7zan Posted February 23, 2015 Author Share Posted February 23, 2015 outputChatBox outputChatBox ( " تم تشغيل المود ", getRootElement(), 255, 255, 255, true ) صح كذآ ؟ جربته مانفع =( Link to comment
jafar Posted February 23, 2015 Share Posted February 23, 2015 -- client addEventHandler ( "onClientResourceStart", root function ( resource ) outputChatBox ( "تم تشغيل مود " .. getResourceName ( resource ) ); end ); Link to comment
a7zan Posted February 23, 2015 Author Share Posted February 23, 2015 -- client addEventHandler ( "onClientResourceStart", root function ( resource ) outputChatBox ( "تم تشغيل مود " .. getResourceName ( resource ) ); end ); http://cdn.top4top.net/i_463e3a2f261.png ركبت كودك , و يقول الدي بوق ^^ ++ انا كنت اقصد لما يشتغل المود يجي كلام بشات مثلآ تم تشغيل مود الرتب اضغط اف10 , زي كذآ Link to comment
EH10 Posted February 23, 2015 Share Posted February 23, 2015 -- client addEventHandler ( "onClientResourceStart", root function ( resource ) outputChatBox ( "تم تشغيل مود " .. getResourceName ( resource ) ); end ); الـسطر الـ 2 , ناسي فاصلة ..# Link to comment
a7zan Posted February 23, 2015 Author Share Posted February 23, 2015 -- client addEventHandler ( "onClientResourceStart", root function ( resource ) outputChatBox ( "تم تشغيل مود " .. getResourceName ( resource ) ); end ); الـسطر الـ 2 , ناسي فاصلة ..# لما يشتغل المود يجي كلام بشات مثلآ تم تشغيل مود الرتب اضغط اف10 , زي كذآ Link to comment
#MFGR7OM Posted February 23, 2015 Share Posted February 23, 2015 سوي اوتبوت شات بوكس ولما يشتغل المود Link to comment
</Mr.Tn6eL> Posted February 23, 2015 Share Posted February 23, 2015 addEventHandler ( "onClientResourceStart", root, function ( resource ) outputChatBox ( "تم تشغيل مود " .. getResourceName ( resource ) ); end ); Link to comment
' A F . Posted February 24, 2015 Share Posted February 24, 2015 addEventHandler("onClientResourceStart",root, function ( ) outputChatBox(" تم تشغيل مود شراء الرتب ") end) Link to comment
./BlackBird# Posted February 24, 2015 Share Posted February 24, 2015 root > resoureRoot Link to comment
a7zan Posted February 24, 2015 Author Share Posted February 24, 2015 مشكورين شباب وكنت اقصد نفس الكود الي عمله برو جيمر مشكور برو جيمر Link to comment
Professional Posted February 24, 2015 Share Posted February 24, 2015 Server Side>> addEventHandler("onResourceStart", resourceRoot, function() outputChatBox("اكتب الكلام الي تبيه", root, 255, 255, 255, true) end) Link to comment
EH10 Posted February 24, 2015 Share Posted February 24, 2015 (edited) [bالرجال جاه طلبه ولازم تزيد مشاركتا ^[/b] Edited February 24, 2015 by Guest Link to comment
#MFGR7OM Posted February 24, 2015 Share Posted February 24, 2015 Server Side>> addEventHandler("onResourceStart", resourceRoot, function() outputChatBox("اكتب الكلام الي تبيه", root, 255, 255, 255, true) end) وش ذي الهلوسة Link to comment
TAPL Posted February 24, 2015 Share Posted February 24, 2015 في احد لسى ما عرض كوده؟ اعتقد صاحب الموضوع لقى الكود الصحيح يغلق Link to comment
Recommended Posts