08.01.2010, 23:29 
	
	
	
		so i have this script so that i can bypass the long rcon command on login (for testing) but i have no idea what ive done wrong.
the only example on the wiki returns the gmx sendrconcommand.
The script below is in a filterscript which is working as other bits in there call fine. What am i doing wrong?
	
	
	
	
the only example on the wiki returns the gmx sendrconcommand.
The script below is in a filterscript which is working as other bits in there call fine. What am i doing wrong?
Код:
if(strcmp(cmd, "/login", true) == 0) {
    SendRconCommand("login password"); //this is not my server password ;)
    return 1;
  }

