Problema con OnPlayerText
#5

Quote:
Originally Posted by Pedro_Acid
Посмотреть сообщение
pawn Код:
public OnPlayerText(playerid, text[])
{
        //ChatLog(playerid, text);
        if(chatreal)
        {
        //Habla de los PJ's
        new string[128];
        format(string, sizeof(string), "%s dijo: %s", NombrePlayer(playerid), text);
          ProxDetector(30.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        }
}
        return 0;
}
їCierto?
pawn Код:
public OnPlayerText(playerid, text[])
{
        //ChatLog(playerid, text);
        if(chatreal)
        {
        //Habla de los PJ's
        new string[128];
        format(string, sizeof(string), "%s dijo: %s", NombrePlayer(playerid), text);
          ProxDetector(30.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        }
        return 0;
}
Reply


Messages In This Thread
Problema con OnPlayerText - by jwalker - 17.04.2013, 16:08
Respuesta: Problema con OnPlayerText - by OTACON - 17.04.2013, 16:14
Respuesta: Problema con OnPlayerText - by Host - 17.04.2013, 16:31
Respuesta: Problema con OnPlayerText - by Pedro_Acid - 17.04.2013, 20:07
Respuesta: Problema con OnPlayerText - by Host - 17.04.2013, 20:11
Respuesta: Problema con OnPlayerText - by jwalker - 17.04.2013, 20:29
Respuesta: Problema con OnPlayerText - by DesingMyCry - 17.04.2013, 21:20
Respuesta: Problema con OnPlayerText - by JordanR - 17.04.2013, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)