[pedido] Alguns comandos
#2

/trazerall by: Stewie
pawn Код:
CMD:trazerall(playerid, params[])
{
     new index = -1, Float:pos[3];
     GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
     while(++index < MAX_PLAYERS)
     {
          SetPlayerPos(index, pos[0], pos[1], pos[2]);              
     }
     return 1;                      
}
Outros :
pawn Код:
CMD:vidat(playerid, params[])
{
    if(!IsPlayerAdmin) return SendClientMessage(playerid, -1, "SERVER: Vocк nгo tem acesso a este comando!");
    for(new i = 0 ; i < GetMaxPlayers () ; i++) {
        SetPlayerHealth (i, 100);
    }
    return true;
}
pawn Код:
CMD:matartodos(playerid, params[])
{
    if(!IsPlayerAdmin) return SendClientMessage(playerid, -1, "SERVER: Vocк nгo tem acesso a este comando!");
    for(new i = 0 ; i < GetMaxPlayers () ; i++) {
        SetPlayerHealth (i, 0);
    }
    return true;
}
Reply


Messages In This Thread
[pedido] Alguns comandos - by Panico622 - 15.03.2012, 15:18
Re: [pedido] Alguns comandos - by The_Zer0CooL - 15.03.2012, 15:24
Re: [pedido] Alguns comandos - by Jeffrey_Hatrix Jeffrey_ - 15.03.2012, 15:25
Re: [pedido] Alguns comandos - by Panico622 - 15.03.2012, 15:36
Re: [pedido] Alguns comandos - by Jeffrey_Hatrix Jeffrey_ - 15.03.2012, 15:39
Re: [pedido] Alguns comandos - by Panico622 - 15.03.2012, 15:40
Re: [pedido] Alguns comandos - by Jeffrey_Hatrix Jeffrey_ - 15.03.2012, 15:41
Re: [pedido] Alguns comandos - by Panico622 - 15.03.2012, 15:49
Re: [pedido] Alguns comandos - by Panico622 - 15.03.2012, 15:54
Re: [pedido] Alguns comandos - by histire - 15.03.2012, 16:51

Forum Jump:


Users browsing this thread: 4 Guest(s)