Jump to content

x[مشكلة]x مشكلة في الكود


Recommended Posts

شباب انا مبتدئ برمجة ف حبيت اسوي مود بسيط لما تسجل دخولك تظهر لك رسالة انك سجلت دخولك

بس لما سويت لما تسجل خروجك

تطلع لي مشكلة

هي

Error:loading script faild: money\test.lua 9: ') expcted (to close '(' at line 8) near "end

Link to comment

تفضل مثال اذا دخل السرفر يجي له رسالة بالشات ولما تخرج :

function Ex () -- وظيفه 
     outputChatBox(" * Welcome To Server Please login",source ) -- الكلمه الذي تجيبك لما تخش  
  
end  
addEventHandler( "onPlayerJoin",root,Ex ) -- حدث اول م تخش 
  
  
function quit ( ) 
     outputChatBox( "You have successfully logged out!", source )-- لين تخرج من حسابك 
  
 end  
addEventHandler("onPlayerLogout",root,quit ) -- حدث الخروج 
Edited by Guest
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...