04.09.2009, 07:14
Quote:
Originally Posted by Whiteagle
You could try this but i dont know if it will work, since it is client side:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp(cmdtext, "/save", true) == 0) { return 0; } } Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp(cmdtext, "/save", true) == 0) { return Kick(playerid); // Change to Ban(playerid); if you want to ban them } } |
