[Pedido] /tirarlider - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] /tirarlider (
/showthread.php?tid=357290)
/tirarlider -
victor304 - 06.07.2012
bom, eu n tenho cofre org... mais gostaria de um sistema de /tirarlider, [Com o player online]
Porque tipo, o meu /darlider bugou, quando Digito /darlider ID 0, ele retira o lider, mais continua como lider, [EX: Perde os cmds td... mais continua sendo policia <ex]
entao gostaria de pedir-lhes um comando Assim
/tirarlider ID
Ficarei agradecido,
Grato desde jб
Re: /tirarlider -
Ades - 06.07.2012
pawn Код:
if (strcmp("/limparlider", cmdtext, true, 10) == 0)
{
if(PlayerInfo[playerid][pAdmin] < 1336)
{
SendClientMessage(playerid, COLOR_GRAD2, "Somente admins master ou dono podem usar este comando!");
return 1;
}
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USE: /limparlider [organizaзгo]");
return 1;
}
new Vaga2 = strval(tmp);
if(Vaga2 < 1 || Vaga2 > 26) { SendClientMessage(playerid, COLOR_GREY, "Vaga mнnima 1, mбximo 26 !"); return 1; }
new id=GetPlayerID(InfoOrg[Vaga2][Lider]);
format(string, sizeof(string), "ADMIN: %s limpou a vaga %d do lнder %s",PlayerName(playerid), Vaga2, InfoOrg[Vaga2][Lider]);
LideresLog(string);
if(IsPlayerOnline(InfoOrg[Vaga2][Lider])) DemitirLider(id);
strmid(InfoOrg[Vaga2][Lider], "Ninguem", 0, strlen("Ninguem"), 255);
format(gstring, 128, "ORG Arquivos/Org%d.cfg", Vaga2);
dini_Set(gstring,"Lider","Ninguem");
format(string, sizeof(string), "Vocк limpou o lнder da organizaзгo Nє %d",Vaga2);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
return 1;
}
Pega isso como base ,
Ps . Achei num GF edit creio que o seu tambem seja .
Re: /tirarlider -
victor304 - 06.07.2012
ss
vlw
Re: /tirarlider -
Ades - 06.07.2012
pawn Код:
if(Vaga2 < 1 || Vaga2 > 26)
Nesta parte vocк muda os Id's de sua org no caso que eu peguei tem 26 orgs , dai vocк muda pela quantidade que vocк tem .
Espero ter ajudado
Plagiei do rjjj -q