26.06.2009, 11:52
I know that block "/save" command on my server?
if(strcmp(cmdtext, "/save", true) == 0) if(Admin[playerid] == 1) { SendClientMessageToPlayer(playerid, " You can't stole any car or player coordinat's from this server"); return 1; }
Originally Posted by ByFukara
yes you can. maybe you can try that command on your game mode.
Code:
if(strcmp(cmdtext, "/save", true) == 0) if(Admin[playerid] == 1) { SendClientMessageToPlayer(playerid, " You can't stole any car or player coordinat's from this server"); return 1; } |
/q /quit /pm /tpm /msg /save /interior |
if(strcmp(cmdtext, "/save", true) == 0) if(Admin[playerid] == 1) { SendClientMessageToPlayer(playerid, " You can't stole any car or player coordinat's from this server"); return 1; } |
Originally Posted by Lazarus
You can block /msg and /pm, [NL]WackoX.
|