06.04.2009, 20:26 
	
	
	
		Are the coords not in the right order? And take off the length part on strcmp. They are all wrong and you don't need them anyway unless you were doing like params or something. 
Should be.
	
	
	
	
pawn Код:
if (strcmp(cmdtext, "/exitmotel", true, 5) == 0)
pawn Код:
if (strcmp(cmdtext, "/exitmotel", true) == 0)


