SA-MP Forums Archive
[Ajuda] SendClientMessage que nгo funciona. - 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: [Ajuda] SendClientMessage que nгo funciona. (/showthread.php?tid=560511)



SendClientMessage que nгo funciona. - Mackdaddy - 28.01.2015

Код:
if(dialogid == REGISTRO)
	{
	    if(response == 0)
	    {
	        SendClientMessage(playerid, -1, "Vocк foi Kickado por sair sem se Registrar");
	        Kick(playerid);
	        return 1;
		}
E Quando eu vou testar o cуdigo:



Re: SendClientMessage que nгo funciona. - MultiKill - 28.01.2015

http://forum.sa-mp.com/showpost.php?...postcount=2486


Re: SendClientMessage que nгo funciona. - Mackdaddy - 28.01.2015

Obrigado, funcionou com sucesso.