[Ajuda] Poderiao Me tirar uma duvida ?
#1

pq quando eu do /ban o Cara nao e banido e sim kikado do serve - ou Ebanido e muda so o nick e relonga e ja esta no serve.

poderiao me ajuda ?
Reply
#2

depende de como foi criado o seu comando /ban...
Reply
#3

Код:
	if(strcmp(cmd, "/ban", true) == 0)
	{
		new string[148];
		new sendername[MAX_PLAYER_NAME];
		if(pDados[playerid][Admin] < 3 && !IsPlayerAdmin(playerid)) return SendClientMessage(playerid, CINZA, "{00FF00}[CBD] {FFFFFF}Somente Administrador Level 3 ou superior.");
		tmp = strtok(cmdtext, idx);
		if(!strlen(tmp)) return	SendClientMessage(playerid, Verde, "{00FF00}[CBD] {FFFFFF}/ban [ID] [Motivo]");
		giveplayerid = ReturnUser(tmp);
		if(!IsPlayerConnected(giveplayerid)) return SendClientMessage(playerid, Verde, "{00FF00}[CBD] {FFFFFF}ID ou Nome Invбlido.");
		GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
		GetPlayerName(playerid, sendername, sizeof(sendername));
		new length = strlen(cmdtext);
		while ((idx < length) && (cmdtext[idx] <= ' '))
		{
			idx++;
		}
		new offset = idx;
		new result[128];
		while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
		{
			result[idx - offset] = cmdtext[idx];
			idx++;
		}
		result[idx - offset] = EOS;
		if(!strlen(result)) return SendClientMessage(playerid, BRANCO, "{00FF00}[CBD] {FFFFFF}/ban [ID] [Motivo]");
		format(string, sizeof(string), "{FF0000}%s {A9A9A9}Foi banido pelo Admin {FF0000}%s {A9A9A9}[Motivo: %s]", giveplayer, sendername, (result));
		SendClientMessageToAll(BRANCO, string);
		kBan(giveplayerid, result);
		kBanIP(giveplayerid);
		Kickp(giveplayerid);
		return 1;
	}
Reply
#4

Esse й o comando do gamemode que eu postei aqui.

O que acontece й que ele й banido, porйm ele reinicia o modem troca de ip e troca de nick e simplesmente volta pro servidor.
Reply
#5

Faz um Range Ban.
Reply
#6

O problema deve tar na public kban
Reply
#7

Ta Teria Como alguem me Ajudar Tipo Ban por Serial ou coisa do Genero
Reply
#8

Posso fazer um sistema de ban por gpci pra vocк... Mas vou logo dizendo: isso vai lhe trazer muita dor de cabeзa, alйm de poder ser burlado!
Reply
#9

pdc. manda ae quero ver kk
Reply
#10

Quote:
Originally Posted by VinnyScript
Посмотреть сообщение
pdc. manda ae quero ver kk
Te mandei por PM.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)