01.11.2009, 19:14 
	
	
	
		I want to send a message to whoever types /hydradm
if(strcmp(cmd, "/hydradm", true) == 0) {
GameTextForPlayer(playerid,"~r~Hydra ~g~Battlefield ",5000,5);
SetPlayerPos(playerid,8108.185546875,-1643.4208984375,3905);
return 1;
}
I don't get any error, but it doesn't appear any message when i try it on my server! the teleport works though.
	
	
	
	
if(strcmp(cmd, "/hydradm", true) == 0) {
GameTextForPlayer(playerid,"~r~Hydra ~g~Battlefield ",5000,5);
SetPlayerPos(playerid,8108.185546875,-1643.4208984375,3905);
return 1;
}
I don't get any error, but it doesn't appear any message when i try it on my server! the teleport works though.

