Problema con SendClientMessage
#8

prueba asi:

pawn Код:
dcmd_recompensas (playerid, params[])
{
    #pragma unused params
    new stingEX[256], count;
    for(new i; i<GetMaxPlayers(); i++){
        if(IsPlayerConnected(i) && Cantidad[i]){
            count++;
            format(stringEX, sizeof(stringEX), "- %s - Total [$%i]\n", pNombre(i), Cantidad[i]);
            SendClientMessage(playerid,-1,stingEX);
        }
    }
    if(!count)return SendClientMessage(playerid, -1, "No hay recompenzas");
    return 1;
}
Reply


Messages In This Thread
Problema con SendClientMessage - by godoy32 - 31.10.2011, 23:47
Re: Problema con SendClientMessage - by DreamOnIt - 01.11.2011, 00:11
Respuesta: Problema con SendClientMessage - by TheChaoz - 01.11.2011, 00:14
Respuesta: Problema con SendClientMessage - by iKeN - 01.11.2011, 00:18
Re: Problema con SendClientMessage - by dis77urbio - 01.11.2011, 00:26
Respuesta: Problema con SendClientMessage - by TheChaoz - 01.11.2011, 00:52
Respuesta: Problema con SendClientMessage - by godoy32 - 01.11.2011, 01:52
Respuesta: Problema con SendClientMessage - by Ari3l - 01.11.2011, 02:17
Re: Problema con SendClientMessage - by [O.z]Caroline - 01.11.2011, 02:19
Respuesta: Problema con SendClientMessage - by TheChaoz - 01.11.2011, 02:25

Forum Jump:


Users browsing this thread: 2 Guest(s)