#-'Dr.LiOn'<3 Posted April 19, 2017 Share Posted April 19, 2017 ابي كود لما افتح المود تيجي رسالة بالشات ابيه كامل وشكرا Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #-'Dr.LiOn'<3 said: ابي كود لما افتح المود تيجي رسالة بالشات ابيه كامل وشكرا function killerProjectC () outputChatBox ( "تم تشغيل المود" ) -- client end addEventHandler ( "onClientResourceStart" , root, killerProjectC ) ----------------------------------------------------------- function killerProjectS () outputChatBox ( "تم تشغيل المود", root ) -- server end addEventHandler ( "onResourceStart" , root, killerProjectS ) Link to comment
#-'Dr.LiOn'<3 Posted April 19, 2017 Author Share Posted April 19, 2017 1 minute ago, Killer Project said: function killerProjectC () outputChatBox ( "تم تشغيل المود" ) -- client end addEventHandler ( "onClientResourceStart" , root, killerProjectC ) ----------------------------------------------------------- function killerProjectS () outputChatBox ( "تم تشغيل المود", root ) -- server end addEventHandler ( "onResourceStart" , root, killerProjectS ) لازم احط الاتنين ولا اي واحد فيهم؟ Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #-'Dr.LiOn'<3 said: لازم احط الاتنين ولا اي واحد فيهم؟ اي واحد فيهم بسيفضل انك تحط اللي بالسيرفر function killerProjectS () if getThisResource () then outputChatBox ( "تم تشغيل المود", root ) -- server end end addEventHandler ( "onResourceStart" , root, killerProjectS ) Link to comment
#-'Dr.LiOn'<3 Posted April 19, 2017 Author Share Posted April 19, 2017 5 minutes ago, Killer Project said: اي واحد فيهم بسيفضل انك تحط اللي بالسيرفر function killerProjectS () if getThisResource () then outputChatBox ( "تم تشغيل المود", root ) -- server end end addEventHandler ( "onResourceStart" , root, killerProjectS ) طيب ابي الكلمة تكون بالوان Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #-'Dr.LiOn'<3 said: طيب ابي الكلمة تكون بالوان function killerProjectS () if getThisResource () then outputChatBox ( "started", root, 255, 255, 0 ) -- server end end addEventHandler ( "onResourceStart" , root, killerProjectS ) Link to comment
#-'Dr.LiOn'<3 Posted April 19, 2017 Author Share Posted April 19, 2017 4 minutes ago, Killer Project said: function killerProjectS () if getThisResource () then outputChatBox ( "started", root, 255, 255, 0 ) -- server end end addEventHandler ( "onResourceStart" , root, killerProjectS ) ابيها بالوان للكلنت Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #-'Dr.LiOn'<3 said: ابيها بالوان للكلنت function killerProjectC () if getThisResource () then outputChatBox ( "started", 255, 255, 0 ) -- client end end addEventHandler ( "onClientResourceStart" , root, killerProjectC ) Link to comment
#-'Dr.LiOn'<3 Posted April 19, 2017 Author Share Posted April 19, 2017 6 minutes ago, Killer Project said: function killerProjectS () if getThisResource () then outputChatBox ( "started", root, 255, 255, 0 ) -- server end end addEventHandler ( "onResourceStart" , root, killerProjectS ) خلاص تمام سويتها تسلم Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #-'Dr.LiOn'<3 said: خلاص تمام سويتها تسلم الله يسلمك .. واجبي 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