' A F . Posted March 29, 2015 Share Posted March 29, 2015 (edited) سسلأم ععليكم اليوم كنت بسوي سكربت تغير لون نك الاعب واجهتني مشكلة ب setPlayerNametagColor .. Client : addEventHandler("onClientGUIClick",root, function ( ) if source == change then sss = guiGridListGetSelectedItem(gridlist) r,g,b = guiGridListGetItemData(gridlist,sss,1) triggerServerEvent("onColor",localPlayer, r,g,b) end end) Server : addEvent("onColor",true) addEventHandler("onColor",root, function (r,g,b) setPlayerNametagColor(source,r,g,b) end) يجي باد ارقمنت في setPlayerNametagColor Edited March 29, 2015 by Guest Link to comment
' A F . Posted March 29, 2015 Author Share Posted March 29, 2015 تعال سكايب اعطيك الكود كامل Link to comment
' A F . Posted March 29, 2015 Author Share Posted March 29, 2015 تتَمت الافأدهة ~ By shwaeki 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