SA-MP Forums Archive
[Ajuda] input line too long (after substitutions) - 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] input line too long (after substitutions) (/showthread.php?tid=618233)



input line too long (after substitutions) - MineiriinHo - 03.10.2016

Minha compilaзгo estб dando input line too long (after substitutions), no meu servidor...

Comando:
Quote:

SendClientMessageEx(playerid, COLOR_WHITE, "{33CC33}(%s) %s (ID: %d) | Em trabalho: %s.", LAdmin == 1 ? ("Game Admin 1") : LAdmin == 2 ? ("Game Admin 2") : LAdmin == 3 ? ("Game Admin 3") : LAdmin == 4 ? ("Refound Team") : LAdmin == 5 ? ("Faction Team") : LAdmin == 6 ? ("Business Team") : LAdmin == 7 ? ("Admin Inspector") : LAdmin == 8 ? ("Leader Admin") : LAdmin == 9 ? ("Head Admin") : LAdmin == 10 ? ("Management") : LAdmin == 11 ? ("Scripter/Developer") : ("Valor invalido!"), nomeadmin, i, (PlayerData[i][pAdminDuty]) ? ("Sim") : ("Nгo"));




Re: input line too long (after substitutions) - Whoo - 03.10.2016

A linha estб grande de mais basta vocк quebrar /


Re: input line too long (after substitutions) - RedMF - 03.10.2016

Quote:
Originally Posted by MineiriinHo
Посмотреть сообщение
Minha compilaзгo estб dando input line too long (after substitutions), no meu servidor...

Comando:
Esse code ta certo ? manda a linha em

[CODE] [*/CODE] Sem *


Re: input line too long (after substitutions) - CaioTJF - 03.10.2016

Usa strcat


Re: input line too long (after substitutions) - Dayvison_ - 03.10.2016

Cara nгo faзa essa verificaзгo com operaзгo ternбria.


Re: input line too long (after substitutions) - PT - 03.10.2016

Quote:
Originally Posted by Day_
Посмотреть сообщение
Cara nгo faзa essa verificaзгo com operaзгo ternбria.
Concordo...

Ate assusta ler essa linha de cуdigo.