Zombie Posted May 21, 2017 Share Posted May 21, 2017 addEventHandler(onPlayerScreenShot , root function() outputChatBox("تم حفظ الصوره بنجاح") end ) addEventHandler(onPlayerBan , root function() outputChatBox("تم حظرك لظروف ما ") end ) addEventHandler(onPlayerMute , root function() outputChatBox("لا يمكنك التحدث فى الشات") end ) addEventHandler(onPickupSpawn , root function() outputChatBox("لقد نزلت من جديد") end ) addEventHandler(onPlayerDamage , root function() outputChatBox("احذر لقد اوشكت على الموت !") end ) ذا مود لشات سيستم مو ظابط معي وش الخطا ~؟ Link to comment
#BrosS Posted May 21, 2017 Share Posted May 21, 2017 كيف تحط كتابة بالشات لما اللاعب ياخذ باند ؟ و حدث onPickupSpawn ماله وجود ابدا outputChatBox وعالأقل حط سورس ب Link to comment
iMr.WiFi..! Posted May 21, 2017 Share Posted May 21, 2017 addEventHandler("onPlayerScreenShot" , root function() outputChatBox("تم حفظ الصوره بنجاح",source) end ) addEventHandler("onPlayerBan" , root function() outputChatBox("تم حظرك لظروف ما ",source) end ) addEventHandler("onPlayerMute", root function() outputChatBox("لا يمكنك التحدث فى الشات",source) end ) addEventHandler("onPlayerSpawn" , root function() outputChatBox("لقد نزلت من جديد",source) end ) addEventHandler("onPlayerDamage", root function() outputChatBox("احذر لقد اوشكت على الموت !",source) end ) 1 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