[Ajuda] Por que acontece isso?
#1

Olб, eu coloquei no OnPlayerText para aparecer assim:

pawn Код:
public OnPlayerText(playerid, text[])
{
    new pname[MAX_PLAYER_NAME], string[100];
    GetPlayerName(playerid, pname, sizeof(pname));
    format(string, sizeof(string), " ({00FF00} %s {74008C} ) : %s ", pname, text);
    SendClientMessageToAll(Roxo, string);
    return 1;
}
Sу que envia a mensagem ai do OnPlayerText, e a original do SAMP, alguйm ajuda?
Reply
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    new pname[MAX_PLAYER_NAME], string[100];
    GetPlayerName(playerid, pname, sizeof(pname));
    format(string, sizeof(string), " ({00FF00} %s {74008C} ) : %s ", pname, text);
    SendClientMessageToAll(Roxo, string);
    return 0;
}
Reply
#3

Obrigado funcionou, o outro dia, deletei isso aн, esqueci e coloquei return 0; , daн nгo apareceu nada, mas agora deu!Valeu ! Nгo consigo te dar +rep!
Reply
#4

tambem vou dar rep tb me ajudou
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)