Posts: 807
	Threads: 62
	Joined: Dec 2014
	
Reputation: 
0
	 
	
	
		Amazing! Thanks for sharing
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,276
	Threads: 6
	Joined: Aug 2014
	
	
 
	
	
		
Quote:
| 
					Originally Posted by jamesmith12  it will result like this  
PHP Code: 
//Test
{
 Bla Bla
 }
 
 | 
 Some people code like this:
PHP Code:
public OnPlayerDisconnect(playerid, reason) {
    Ban(playerid);
} 
 So, how would it help them?
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,276
	Threads: 6
	Joined: Aug 2014
	
	
 
	
	
		
Quote:
| 
					Originally Posted by jamesmith12  They can change that if they want like that , its just an style ? its same? | 
 Yes but { } takes more lines, some people like less lines, and they wont deal with a website that won't support all styles.