[PEDIDO] alguns Comandos
#2

pawn Код:
//zcmd
CMD:sortear(playerid, params[])
{
    new Quantia;
    if(sscanf(params, "d",Quantia))
        return SendClientMessage(playerid, -1, "/sortear [quantia]");

    new VBString[64],VBNome[MAX_PLAYER_NAME],VBRand;
    VBRand = random(GetMaxPlayers());
    GetPlayerName(VBRand, VBNome, MAX_PLAYER_NAME);
    GivePlayerMoney(VBRand,Quantia);
    format(VBString,sizeof VBString,"%s foi sorteado e ganhou %d.",VBNome,Quantia);
    SendClientMessageToAll(-1,BornString);
    return true;
}
Attach3DTextLabelToVehicle
Reply


Messages In This Thread
[PEDIDO] alguns Comandos - by Hancoc - 25.03.2012, 13:12
Re: [PEDIDO] alguns Comandos - by ViniBorn - 25.03.2012, 13:33

Forum Jump:


Users browsing this thread: 2 Guest(s)