Posts: 1,782
	Threads: 306
	Joined: Jan 2010
	
Reputation: 
0
	 
 
	
	
		No commands in my server seem to work..
Even if i type a incorrect command i dont even get a SERVER: UNKNOWN COMMAND
Anyone know why?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,782
	Threads: 306
	Joined: Jan 2010
	
Reputation: 
0
	 
 
	
	
		Everything works except the Commands,
Normally caused by OnPlayerCommandText returning 1, But it isent..
Anyone?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,501
	Threads: 19
	Joined: Nov 2007
	
Reputation: 
0
	 
 
	
	
		Any filterscripts running?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,501
	Threads: 19
	Joined: Nov 2007
	
Reputation: 
0
	 
 
	
	
		Do you have return 1 at the bottom of OnPlayerCommandText?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,488
	Threads: 16
	Joined: Jun 2007
	
Reputation: 
0
	 
 
	
	
		Threre is nothing wrong with that /sos command.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,129
	Threads: 36
	Joined: Jan 2009
	
	
 
 
	
	
	
		
	Posts: 6,129
	Threads: 36
	Joined: Jan 2009
	
	
 
	
	
		
Quote:
| 
 
					Originally Posted by MadeMan  
 
Quote: 
| 
 
					Originally Posted by CalgonX  
 
If I recall, it's mandatory that you use '#pragma unused params' in DCMD, if you're not going to use a parameter. 
 | 
 
 
 But params is used there?  
 | 
 Apologies, my insomnia has killed my brain.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 549
	Threads: 20
	Joined: Jan 2010
	
Reputation: 
0
	 
 
	
	
		Have you got: dcmd(command, lenght, cmdtext); under OPCT?