[Ajuda] Chat pulando linha como resolver?
#1

MEU CHAT FICA PULANDO LINHA, COMO RESOLVO ISSO?

https://prnt.sc/ih25c1
Reply
#2

Posta aн sua public OnPlayerText
Reply
#3

public OnPlayerText(playerid, text[])
{
new string[256];
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);

if(PlayerInfo[playerid][Logged] == 0)
{
SendClientMessage(playerid, Vermelho, "Logue-se antes.");
return 0;
}
Reply
#4

Quote:
Originally Posted by lucas3366
Посмотреть сообщение
public OnPlayerText(playerid, text[])
{
new string[256];
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);

if(PlayerInfo[playerid][Logged] == 0)
{
SendClientMessage(playerid, Vermelho, "Logue-se antes.");
return 0;
}
Creio que esteja incompleta.
Reply
#5

Como resolvo?
Reply
#6

Quote:
Originally Posted by lucas3366
Посмотреть сообщение
Como resolvo?
Por favor, poste sua public OnPlayerText toda.
No post anterior vocк colocou apenas parte dela, e isso nгo й o suficiente para que se resolva o problema.
Reply
#7

Essa й ela toda
Reply
#8

Quote:
Originally Posted by lucas3366
Посмотреть сообщение
Essa й ela toda
Nгo й possнvel.
Conte as chaves, duas abrem e apenas uma fecha.
Reply
#9

Eu pesquiso por public OnPlayerText sу aparece isso
Reply
#10

Ninguem pode ajudar?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)