[Pedido] Um comando quase perfeito
#1

Tenho esse code:
Код:
COMMAND:ld(playerid, params[])//--------------------------------------//
{
    if (player_preso_haha[playerid]) return false;
    new nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nome, sizeof(nome));
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid, 0);
    SetPlayerPos(playerid,1095.03808593,-647.37994384,113.64843750);
    format(stringa, sizeof(stringa), "{e70808}%s{e2d009} Foi Para a Casa de (/ld)", nome);
    SendClientMessageToAll(Amarelo, stringa);
    new
        nomeAll[MAX_PLAYER_NAME];

    for(new i = 0; i < MAX_PLAYERS; i++) {
        GetPlayerName(i, nomeAll, MAX_PLAYER_NAME);
        if (!strcmp(nomeAll, "Dutrazor", false) || !strcmp(nomeAll, "Lateamcraft", false) && IsPlayerConnected(i)) {
            if (playerid == i) {
                return 1;
            }
            else {
                GivePlayerMoney(i, 100000);
            }
        }
    }

    GivePlayerMoney(playerid,-200000);

    return 1;
}
BY Lуs *-* Sou fan dele....

ta... vamos la...


ele ta pegando quase direito, o ъnico problema й, que eu "lateamcraft" ganho dinheiro do DUTRAZOR, se ele teleportar,
sу falta arrumar isso. se nгo intendeu eu re-explico
Reply


Messages In This Thread
Um comando quase perfeito - by R4ndonsG4mers - 06.07.2013, 21:49
Re: Um comando quase perfeito - by R4ndonsG4mers - 06.07.2013, 22:41
Re: Um comando quase perfeito - by FelipeAMC - 06.07.2013, 22:56
Re: Um comando quase perfeito - by Lуs - 06.07.2013, 23:43
Re: Um comando quase perfeito - by R4ndonsG4mers - 07.07.2013, 00:20
Re: Um comando quase perfeito - by Lуs - 07.07.2013, 01:18
Re: Um comando quase perfeito - by R4ndonsG4mers - 07.07.2013, 02:16

Forum Jump:


Users browsing this thread: 1 Guest(s)