AliAlanzi Posted July 15, 2017 Share Posted July 15, 2017 ابي كود اي شخص يدخل سيرفر يجي له كلام و بلون محدد Link to comment
AliAlanzi Posted July 15, 2017 Author Share Posted July 15, 2017 شات ابيها كل ما يدخل سيرفر تطلع له Link to comment
Rockyz Posted July 15, 2017 Share Posted July 15, 2017 (edited) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) outputChatBox ( "TEXT ......", 0, 255, 0, true ) end ) Edited July 15, 2017 by #,+( _xiRoc[K]; > Link to comment
coNolel Posted July 15, 2017 Share Posted July 15, 2017 3 hours ago, #,+( _xiRoc[K]; > said: addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) outputChatBox ( "TEXT ......", 0, 255, 0, true ) end ) ResourceStart بتشتغل لو اللاعب خش ؟ onPlayerJoin onPlayerQuit افضل اظن Link to comment
#BrosS Posted July 15, 2017 Share 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 Link to comment
coNolel Posted July 15, 2017 Share 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 طيب ؟ Link to comment
Rockyz Posted July 15, 2017 Share Posted July 15, 2017 44 minutes ago, coNolel said: ResourceStart بتشتغل لو اللاعب خش ؟ onPlayerJoin onPlayerQuit افضل اظن عطيته مثال على outputChatBox لا اكثر ولا اقل Link to comment
coNolel Posted July 15, 2017 Share Posted July 15, 2017 21 minutes ago, #,+( _xiRoc[K]; > said: عطيته مثال على outputChatBox لا اكثر ولا اقل sorry حسبت عطيته الكود ض Link to comment
AliAlanzi Posted July 16, 2017 Author Share Posted July 16, 2017 16 hours ago, #BrosS said: ResourceStart هذي لمن مود يشتغل بس اتوقع اذا ابيها للاعب لمن يدخل onPlayerJoin 1 Link to comment
Ismaeel_finer Posted July 16, 2017 Share Posted July 16, 2017 function onJoin() outputChatBox("Wellcome", source, 255, 0, 0) end addEventHandler("onPlayerJoin", root, onJoin) 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