[Pedido]Cmd /congelar .
#7

pawn Код:
if(!strcmp(cmd, "/congelar", true))
{
    for(new i = 0x0; i < MAX_PLAYERS; ++i) {
    if(IsPlayerInEvento[i] > 0) TogglePlayerControllable(i, 0);
    }
    return true;
}
if(!strcmp(cmd, "/descongelar", true))
{
    for(new i = 0x0; i < MAX_PLAYERS; ++i) {
    if(IsPlayerInEvento[i] > 0) TogglePlayerControllable(i, 1);
    }
    return true;
}
Agora so adicionar o comparador if do seu sistema de administraзao.
Reply


Messages In This Thread
[Pedido]Cmd /congelar . - by akZ - 07.07.2011, 19:00
Re: [Pedido]Cmd /congelar . - by BlueRider - 07.07.2011, 19:02
Re: [Pedido]Cmd /congelar . - by RockFire - 07.07.2011, 19:05
Re: [Pedido]Cmd /congelar . - by Ricop522 - 07.07.2011, 19:10
Re: [Pedido]Cmd /congelar . - by Macintosh - 07.07.2011, 19:13
Re: [Pedido]Cmd /congelar . - by akZ - 07.07.2011, 19:21
Re: [Pedido]Cmd /congelar . - by Transferencia - 07.07.2011, 19:24
Re: [Pedido]Cmd /congelar . - by akZ - 07.07.2011, 19:31
Re: [Pedido]Cmd /congelar . - by Ricop522 - 07.07.2011, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)