[Ajuda] Olhadinha
#3

Tб errado
pawn Код:
COMMAND:trazertodos(playerid, params[])
{
    if (APlayerData[playerid][LoggedIn] == true)
    {
        if (APlayerData[playerid][PlayerLevel] >= 5)
        {
            new Float:X, Float:Y, Float:Z, don[128], AdminName[24];
            GetPlayerPos(playerid, X, Y, Z);
            for(new i; i < MAX_PLAYERS; ++i)
                if(IsPlayerConnected(i))
                    SetPlayerPos(i, X+1, Y+1, Z);

            GetPlayerName(playerid, AdminName, MAX_PLAYER_NAME);
            format(don, sizeof(don), "O Admin {1B95E0}%s{00C2EC} puxou todos os jogadores atй ele.", AdminName);
            SendClientMessageToAll(-1,don);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Olhadinha - by Natan_silva - 24.09.2012, 23:51
Re: Olhadinha - by Q.I - 24.09.2012, 23:54
Re: Olhadinha - by ViniBorn - 25.09.2012, 00:13

Forum Jump:


Users browsing this thread: 3 Guest(s)