argument type mismatch (argument 2)
#3

el problema esta en PlayerInfo[playerid][pFac], pero pasa el SendCopMessage, no se como lo tengas.

o prueba asi:
pawn Код:
SendCopMessage(COLOR_FCHAT, string);
EDIT:

si es asi, es como te dije arriba:

pawn Код:
SendCopMessage(color, text[]) {
    for(new i = 0; i < MAX_PLAYERS; i ++) {
        if(IsPlayerConnected(i)) {
            if (PlayerInfo[i] == pFac)
               {
                SendClientMessage(i, color, text);
            }
        }
    }
}
Reply


Messages In This Thread
argument type mismatch (argument 2) - by Rhino - 24.06.2012, 05:49
Respuesta: argument type mismatch (argument 2) - by Parka - 24.06.2012, 06:04
Respuesta: argument type mismatch (argument 2) - by OTACON - 24.06.2012, 06:39

Forum Jump:


Users browsing this thread: 1 Guest(s)