Where can i use semicolon ( ; )? I think all of you know what's the usage of semicolon, although i'll post an example. 
  
if x==2 then 
        return true; 
else 
        return false; 
    end 
end 
  
 
 I am a begginer in MTA scripting, so i have got lots of question, i am here for your help   
Thanks in advance.