[Ajuda] Comando /mega nao Funciona
#1

Tentei Criar um Megafone para apenas os Adms usarem mais ele nao estб funcionando, por favor me ajudem

Код:
	if(strcmp(cmd, "/mega", true) == 0 || strcmp(cmd, "/mf", true) == 0)
	{
    	if(PlayerInfo[playerid][pMuted] == 1)
		{
			SendClientMessage(playerid, TEAM_CYAN_COLOR, "Vocк nгo pode falar, pois foi calado");
			return 1;
		}
	    if(IsPlayerConnected(playerid))
	    {
	        if(PlayerInfo[playerid][pAdmin] < 1)
	    	{
				SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo e Um Admin!");
				return 1;
	    	}
			GetPlayerName(playerid, sendername, sizeof(sendername));
			new length = strlen(cmdtext);
			while ((idx < length) && (cmdtext[idx] <= ' '))
			{
				idx++;
			}
			new offset = idx;
			new result[64];
			while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
			{
				result[idx - offset] = cmdtext[idx];
				idx++;
			}
			result[idx - offset] = EOS;
			if(!strlen(result))
			{
				SendClientMessage(playerid, COLOR_GRAD2, "USE: (/m)egafone [megaphone chat]");
				return 1;
			}
			if(PlayerInfo[playerid][pAdmin] < 1)
				{
					format(string, sizeof(string), "ADMIN %s :o< %s", sendername, result);
					ProxDetector(60.0, playerid, string,COR_MEGA,COR_MEGA,COR_MEGA,COR_MEGA,COR_MEGA);
				}
		}
		return 1;
	}
Reply


Messages In This Thread
Comando /mega nao Funciona - by LucasFoxY - 27.11.2013, 16:05
Re: Comando /mega nao Funciona - by ScriptGameS - 27.11.2013, 16:20
Re: Comando /mega nao Funciona - by PT - 27.11.2013, 16:36
Re: Comando /mega nao Funciona - by Menor - 27.11.2013, 16:37
Re: Comando /mega nao Funciona - by LucasFoxY - 27.11.2013, 18:42
Re: Comando /mega nao Funciona - by bruxo00 - 27.11.2013, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)