#Soking Posted March 12, 2016 Posted March 12, 2016 addEvent("SendMessageToSupport",true) addEventHandler("SendMessageToSupport",root, function ( Sender , theText ) if ( theText ) then local row = guiGridListAddRow(GridePlayers) playSoundFrontEnd(32) if ( guiCheckBoxGetSelected ( DontChat ) == true ) then if ( guiCheckBoxGetSelected ( HelpMe ) == true ) then if ( guiCheckBoxGetSelected ( iHelp ) == true ) or ( guiCheckBoxGetSelected ( HelpMe ) == true ) then guiGridListSetItemText(GridePlayers, row, 1, ""..theText.."", false, false) guiGridListSetItemColor ( GridePlayers, row, 1, 12, 253, 0, 255 ) else exports["guimessages"]:outputClient("ook",255,255,255) end else guiGridListSetItemText( GridePlayers, row, 1, ""..theText.."", false, false) guiGridListSetItemColor ( GridePlayers, row, 1, 254, 221, 0, 255) end else exports["guimessages"]:outputClient("ook",255,255,255) end end end ) الكلام يظهر للكل ليه ؟ انا ابيه للاعب فقط
Simple. Posted March 12, 2016 Posted March 12, 2016 تبي الكلام الي يظهر بالقريد ليست للاعب الي ارسله بس؟ عدل التريقر بملف سيرفر بدل المتغير الي بالتريقر من جهة السيرفر بـ متغير اللاعب زي كذا مثلا triggerClientEvent ( thePlayer, 'SendMessageToSupport', thePlayer )
#Soking Posted March 12, 2016 Author Posted March 12, 2016 اها مشششكور بجرب وبشوف لان فعلا حصلت triggerClientEvent ("SendMessageToSupport", getRootElement(),source, ff) ماكنت اخذت بالي ضض
#Soking Posted March 12, 2016 Author Posted March 12, 2016 كفو زبط Delete الكود دا يسبب لاق في طريقه لتخفيضه ؟
Simple. Posted March 12, 2016 Posted March 12, 2016 (edited) جرب هذا -- عشان مانجيب فيه العيد Edited March 12, 2016 by Guest
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