/tentar nгo dб
#3

Boas, Ainda nгo testei vou deixar para amanhг.

Tenho outra duvida, talvez seja uma ideia nova.

Deixo aqui o cуdigo, eu sou um pouco newbie nisto, e nгo consigo ajeitar o cуdigo.

Код:
if(strcmp(cmd, "/susurrar", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
	        if(gPlayerLogged[playerid] == 0)
	        {
	            SendClientMessage(playerid, COLOR_GREY, "Nгo fizeste o login!");
	            return 1;
	        }
	        if(PlayerInfo[playerid][pMuted] == 1)
			{
				SendClientMessage(playerid, TEAM_CYAN_COLOR, "Estбs Silenciado, logo nгo consegues falar.");
				return 1;
			}
			GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
			new Float:x, Float:y, Float:z;
			GetPlayerPos(playerid, x,y,z);
			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))
			{
				SendClientMessage(playerid, COLOR_GRAD2, "Dica: /susurrar (playerid) (texto) ");
				return 1;
			}
			if(PlayerInfo[playerid][pAdminDuty] == 1)
			{
				format(string, sizeof(string), " %s susurrou-te ao ouvido: %s ", sendername, result);
				SendClientMessage(playerid, COLOR_WHITE, " %s susurrou algo.", sendername);
				ProxDetector(3.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
				ChatLog(string);
			}
			if(PlayerInfo[playerid][pAdminDuty] == 0 && PlayerInfo[playerid][pMaskuse] == 0)
			{
		   		format(string, sizeof(string), " %s susurrou-te ao ouvido: %s ", sendername, result);
				SendClientMessage(playerid, COLOR_WHITE, " %s susurrou algo.", sendername);
				ProxDetector(3.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
				ChatLog(string);
			}
		}
		return 1;
	}
O meu objectivo era um player escrever por exemplo: /susurrar 1 Ola

1 = Id do player a que ia aparecer o texto
Ola = O texto que sу ia aparecer no player com o id.

e No jogo aparecia sу o texto para a pessoa com aquele id, e todos viam no chat, Ex: Alguйm susurrou algo.

Mas eu nгo consigo.

Alguйm me pode dar uma ajuda?
Reply


Messages In This Thread
/tentar nгo dб - by bernardo - 08.02.2011, 23:31
Re: /tentar nгo dб - by GuikBretas - 08.02.2011, 23:36
Re: /tentar nгo dб - by bernardo - 09.02.2011, 00:43
Re: /tentar nгo dб - by rjjj - 09.02.2011, 02:36
Re: /tentar nгo dб - by bernardo - 09.02.2011, 23:12
Re: /tentar nгo dб - by Baddark2131 - 09.02.2011, 23:22
Re: /tentar nгo dб - by KevinsL - 10.02.2011, 00:25
Re: /tentar nгo dб - by Kruger - 10.02.2011, 00:26
Re: /tentar nгo dб - by bernardo - 10.02.2011, 01:15
Re: /tentar nгo dб - by Vageto[STK] - 10.02.2011, 07:23

Forum Jump:


Users browsing this thread: 1 Guest(s)