[Pedido] Fake comando em ZCMD
#9

O meu tem este

pawn Код:
if(strcmp(cmd, "/fakeban", true) == 0) {
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) {
SendClientMessage(playerid, Vermelho, "Digite: /fakeban [id] [motivo]");
return 1;
}
plid = strval(tmp);
if(IsPlayerConnected(plid)){
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' ')) {
idx++;
}
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) {
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
if(!strlen(result))
{
SendClientMessage(playerid, Vermelho, "Uso: /fakeban [id] [motivo]");
}else{
new pname[MAX_PLAYER_NAME];
GetPlayerName(plid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "{00FF00}(INFO) O administrador %s Baniu o jogador %s (Motivo: %s)", aname,pname,result);
SendClientMessageToAll(tcadm, string);
Kick(plid);
}
}else{
format(string, sizeof(string), "[imposivel realizar este comando, motivo] ID invбlido!", plid);
SendClientMessage(playerid, Vermelho, string);
}
}
return 1;
}
Na verdade ele e apenas um sistema de kick '-' mas em vez de /kickar eu coloquei /fakeban, ai quando usa isto o player e apenas kickado mas parece que ele foi banido simples nй.
Reply


Messages In This Thread
Fake comando em ZCMD - by Alado - 29.05.2013, 17:16
Re: Fake comando em ZCMD - by Naja - 29.05.2013, 17:18
Re: Fake comando em ZCMD - by Alado - 29.05.2013, 17:19
Re: Fake comando em ZCMD - by Naja - 29.05.2013, 17:20
Re: Fake comando em ZCMD - by clerISoN - 29.05.2013, 17:21
Re: Fake comando em ZCMD - by Alado - 29.05.2013, 17:21
Re: Fake comando em ZCMD - by clerISoN - 29.05.2013, 17:28
Re: Fake comando em ZCMD - by Alado - 29.05.2013, 17:29
Re: Fake comando em ZCMD - by lucaspilar - 29.05.2013, 18:25
Re: Fake comando em ZCMD - by Alado - 29.05.2013, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)