SA-MP Forums Archive
[Ajuda] 1 Erro no gm - 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] 1 Erro no gm (/showthread.php?tid=435427)



1 Erro no gm - ScripterOn - 06.05.2013

Код:
C:\Users\Anomymos\Desktop\Brasil WinneR City V2.0\Gamemodes\BPC.pwn(56112) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
linha 56112:

Код:
	SendClientMessage(playerid,COLOR_YELLOW2, "(Atenзгo: Vocк sу serб desbanido caso for inocente!");



Re: 1 Erro no gm - n0minal - 06.05.2013

linha mt grande, dps do yellow2, aperta enter, ex:
Код:
SendClientMessage(playerid, COLOR_YELLOW2,
"Atenзгo sua conta foi banida!");



Re: 1 Erro no gm - ScripterOn - 06.05.2013

manda code como vai ficar


Re: 1 Erro no gm - n0minal - 06.05.2013

vixi mano nem da pq to on pelo celular, mas segue o exemplo ali em cima...


Re: 1 Erro no gm - n0minal - 06.05.2013

lol tbm tem uma aspas nao fechada ali, vou editar o exemplo aguarda 3 minutos ai...


Re: 1 Erro no gm - ScripterOn - 06.05.2013

C:\Users\Anomymos\Desktop\Brasil WinneR City V2.0\Gamemodes\BPC.pwn(56113) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


agora falo isso


Re: 1 Erro no gm - Don_Speed - 06.05.2013

pawn Код:
SendClientMessage(playerid,COLOR_YELLOW2, "Atenзгo: Vocк sу serб desbanido caso for inocente!");



Re: 1 Erro no gm - FixSkuL - 06.05.2013

Posta alguma linha acima й abaixo. Essa linha nгo й muito grande...


Re: 1 Erro no gm - n0minal - 06.05.2013

pronto terminei o exemplo tenta ai...


Re: 1 Erro no gm - ScripterOn - 06.05.2013

SendClientMessage(playerid,COLOR_YELLOW, "Para revisгo de ban acesse nosso forum: brasilplayhunter.forumeiro.com");
SendClientMessage(playerid,COLOR_YELLOW2, "Atenзгo: Vocк sу serб desbanido caso for inocente!");
format(string,sizeof(string),"{FF8080}Brasil Play Hunter - Conta Banida\n\n\n{FF8000}Conta:{00FF00} %s\n\n{FF8000}IP: {00FF00}%s\n\n{FF8000}Admin: {00FF00}%s\n\n{FF8000}Motivo: {00FF00}%s \n\n{FF8000}Data:{00FF00} %s \n\n{FF8000}Hora:{00FF00} %s\n\n{FFFFFF}Se Vocк acha que isto й um erro,Faзa Revisгo \n\n{00ECEC}******** www.brasilplayhunter.forumeiros.com ********",PlayerName(playerid),ip,InfoVinny[playerid][pAdmBan],InfoVinny[playerid][pMotivo],InfoVinny[playerid][pData],InfoVinny[playerid][pHora]);
ShowPlayerDialog(playerid,1339,DIALOG_STYLE_MSGBOX ,"{8080FF}Conta Banida Deste Servidor", string, "Sair","");
Kick(playerid);


ultimas 4 linhas