[Ajuda] Problema com comando
#3

Quote:
Originally Posted by Felipe1241421
Посмотреть сообщение
Crie a 'Pasta_Helpers' que estб em RemoverHelper e AddHelper
Deu certo vlw, mas, estou tendo o msm problema com o /ban
Код:
CMD:ban(playerid, params[])
	{
	    	new result[64];
			if(sscanf(params, "us[64]", giveplayerid, result))
			{
				SendClientMessage(playerid, COLOR_GRAD2, "USE: /ban [ID do Player] [motivo]");
				return true;
			}
    	    new string[128];
			if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pAdminTemp] >= 1)
			{
			    if(IsPlayerConnected(giveplayerid))
			    {
			        if(giveplayerid != INVALID_PLAYER_ID)
                    {
			        	if(PlayerInfo[giveplayerid][pAdmin] >= 3001)
						{
							SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo pode banir este admin!");
							return true;
						}
		        		if(strcmp(NomePlayer(giveplayerid), "BGO_Ajudante", true) == 0)
				            return SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo pode banir o ajudante do server");
					    GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
						GetPlayerName(playerid, sendername, sizeof(sendername));
				    	format(string, sizeof(string), "AdmCmd: %s foi banido pelo ADMIN SECRETO, Motivo: %s", giveplayer, (result));
						BPFLogs("kick", string);
						format(string, sizeof(string), "AdmCmd: %s foi banido pelo ADMIN SECRETO, Motivo: %s", giveplayer, (result));
						SendClientMessageToAll(COLOR_LIGHTRED, string);
						format(string, sizeof(string), "AdmCmd: %s foi banido por %s, Motivo: %s", giveplayer, sendername, (result));
						BPFLogs("ban", string);
						format(string, sizeof(string), "AdmCmd: %s foi banido por %s, Motivo: %s", giveplayer, sendername, (result));
						SendClientMessageToAll(COLOR_LIGHTRED, string);
						PlayerInfo[giveplayerid][pBan] = 1;
						TextDrawShowForPlayer(giveplayerid, TextBan);
						SBan(giveplayerid, result, PlayerName(playerid));
						PlayerPlaySound(giveplayerid, 31202, 0.0, 0.0, 0.0);
						return true;
					}
				}//not connected
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "	Vocк nгo pode usar este comando!");
			}
			return true;
    }
Reply


Messages In This Thread
Problema com comando - by MtPlayerZ - 18.01.2017, 14:11
Re: Problema com comando - by Felipe1241421 - 18.01.2017, 14:38
Re: Problema com comando - by MtPlayerZ - 18.01.2017, 22:08
Re: Problema com comando - by DiegoLeo - 18.01.2017, 22:12
Re: Problema com comando - by MtPlayerZ - 18.01.2017, 22:16
Re: Problema com comando - by DiegoLeo - 18.01.2017, 22:23
Re: Problema com comando - by MtPlayerZ - 19.01.2017, 10:26
Programando & Relaxando! - by RazorGuigo - 19.01.2017, 11:54
Re: Problema com comando - by MtPlayerZ - 19.01.2017, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)