Posts: 22
	Threads: 7
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		Well, my question is that I added some dcmd's and strcmp's it was all working ... but now it still compiles but ingame it says SERVER: Unknown command.. what could this problem be from?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,152
	Threads: 11
	Joined: Feb 2010
	
Reputation: 
0
	 
	
	
		For DCMD, did you add both the command AND the parameter thingy under OnPlayerCommandText (Probably yes because otherwise it wont compile lol)
Maybe you have a wrong include, if I use ZCMD I cant use strcmp anymore, for some reason
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 22
	Threads: 7
	Joined: Aug 2010
	
Reputation: 
0
	 
	
		
		
		
		18.01.2011, 11:21 
(
 Последний раз редактировалось Xer0maR; 18.01.2011 в 12:42.
)
	
	 
	
		I put the DCMD perimeter thing uder OnPlayerCommadText  and the command on another way (It compiles with no errors and warnings..  but the problem is ingame (Unknow command)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,152
	Threads: 11
	Joined: Feb 2010
	
Reputation: 
0
	 
	
	
		The parameter needs to be under "OnPlayerCommandText" and not under "OnPlayerCOnnect"
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 22
	Threads: 7
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		I checked something and the problem was in the presence of the Zcmd, can you give me a way to convert from zcmd to dcmd? without changing anything..?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 50
	Threads: 0
	Joined: Jan 2011
	
Reputation: 
0
	 
	
	
		There's no way to convert DCMD to ZCMD without doing anything.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 22
	Threads: 7
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		No i meant to convert ZCMD to DCMD not the opposite
Ofcourse i'll do everything for that to happen