22.04.2018, 02:25
Estou com Esse erro no chat, alguma soluзгo? Sou Novato!!
https://prnt.sc/ih25c1
Code:
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;
}
if(Mute[playerid] == 1)
{
SendClientMessage(playerid, Vermelho, "|_ ANTI-FLOOD _| Vocк nгo pode falar enquanto estб mudo!");
return 0;
}
https://prnt.sc/ih25c1
Code:
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;
}
if(Mute[playerid] == 1)
{
SendClientMessage(playerid, Vermelho, "|_ ANTI-FLOOD _| Vocк nгo pode falar enquanto estб mudo!");
return 0;
}