25.12.2013, 16:07
Try this:
Quote:
public OnRconCommand(cmd[]) { if(!strcmp(cmdtext, "", true) // if you just want to change a command, put your command inside the "", otherwise delete this if //blablabla return 1; // so it tells the server that your script handled this command } |