Jump to content

ابي كود صغير


Recommended Posts

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
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
Just now, #-'Dr.LiOn'<3 said:

لازم احط الاتنين ولا اي واحد فيهم؟


اي واحد فيهم

بس


يفضل انك تحط اللي بالسيرفر

function killerProjectS ()
if getThisResource () then
outputChatBox ( "تم تشغيل المود", root ) -- server
end
end
addEventHandler ( "onResourceStart" , root, killerProjectS )

 

Link to comment
5 minutes ago, Killer Project said:


اي واحد فيهم

بس


يفضل انك تحط اللي بالسيرفر


function killerProjectS ()
if getThisResource () then
outputChatBox ( "تم تشغيل المود", root ) -- server
end
end
addEventHandler ( "onResourceStart" , root, killerProjectS )

 

طيب ابي الكلمة تكون بالوان

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...