AliAlanzi Posted July 15, 2017 Posted July 15, 2017 ابي كود اي شخص يدخل سيرفر يجي له كلام و بلون محدد
Rockyz Posted July 15, 2017 Posted July 15, 2017 (edited) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) outputChatBox ( "TEXT ......", 0, 255, 0, true ) end ) Edited July 15, 2017 by #,+( _xiRoc[K]; >
coNolel Posted July 15, 2017 Posted July 15, 2017 3 hours ago, #,+( _xiRoc[K]; > said: addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) outputChatBox ( "TEXT ......", 0, 255, 0, true ) end ) ResourceStart بتشتغل لو اللاعب خش ؟ onPlayerJoin onPlayerQuit افضل اظن
#BrosS Posted July 15, 2017 Posted July 15, 2017 Just now, coNolel said: ResourceStart بتشتغل لو اللاعب خش ؟ onPlayerJoin onPlayerQuit افضل اظن This means it is triggered when a clientside script is initiated after a download, which includes downloading after join
coNolel Posted July 15, 2017 Posted July 15, 2017 1 minute ago, #BrosS said: This means it is triggered when a clientside script is initiated after a download, which includes downloading after join طيب ؟
Rockyz Posted July 15, 2017 Posted July 15, 2017 44 minutes ago, coNolel said: ResourceStart بتشتغل لو اللاعب خش ؟ onPlayerJoin onPlayerQuit افضل اظن عطيته مثال على outputChatBox لا اكثر ولا اقل
coNolel Posted July 15, 2017 Posted July 15, 2017 21 minutes ago, #,+( _xiRoc[K]; > said: عطيته مثال على outputChatBox لا اكثر ولا اقل sorry حسبت عطيته الكود ض
AliAlanzi Posted July 16, 2017 Author Posted July 16, 2017 16 hours ago, #BrosS said: ResourceStart هذي لمن مود يشتغل بس اتوقع اذا ابيها للاعب لمن يدخل onPlayerJoin 1
Ismaeel_finer Posted July 16, 2017 Posted July 16, 2017 function onJoin() outputChatBox("Wellcome", source, 255, 0, 0) end addEventHandler("onPlayerJoin", root, onJoin)
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