24/06/2024 09:12
(Esta mensagem foi modificada pela última vez a: 24/06/2024 09:14 por Alfarr Heimrik.)
(24/06/2024 08:48)BitSain Escreveu: Foi mal ae, mas até agora não entendi essa quebra se linha que você tanto cita..
Se puder exemplificar eu fico grato
Ue, mas não é assim que se faz?
Código PHP:
if(strlen(text) > 75){
format(String2, sizeof String2, text[75]);
strdel(text, 75, 149);
format(String, sizeof(String), "%s[%d]: %s", pName(playerid), playerid, text);
ProxDetector(20.0, playerid, String, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY);
ProxDetector(20.0, playerid, String2, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY);
}
Programador pawn nível iniciante