[FilterScript] Sistema Vip
#9

Quote:
Originally Posted by Lucas_Alemao
Посмотреть сообщение
serб q no lugar disso
pawn Код:
if ( level <= 0 && level >= 3 )
nгo teria q ser isso:
pawn Код:
if ( level <= 0 || level >= 3 )
?

dessa maneira nunca vai dar o erro oO
O cуdigo dele estб correto ( eu acho )

olhe o meu exemplo q tem no meu sv:
pawn Код:
if(strcmp(cmdtext, "/jetpack", true) == 0)
{
    if(pAdmin[playerid] >= 3 && pAdmin[playerid] <= 6)
    {
        SendClientMessage(playerid, Verde,"* Jetpack criado");
        SetPlayerSpecialAction(playerid, 2);
        return 1;
    }
}
Reply


Messages In This Thread
Sistema Vip - by [NVC]Eduardo - 01.03.2012, 13:46
Re: Sistema Vip - by 4LiSs0N - 01.03.2012, 14:21
Re: Sistema Vip - by [uGd]vSilv4_. - 01.03.2012, 14:26
Re: Sistema Vip - by Guilherme_. - 01.03.2012, 16:11
Re: Sistema Vip - by [NVC]Eduardo - 01.03.2012, 16:41
Re: Sistema Vip - by Hancoc - 01.03.2012, 21:51
Re: Sistema Vip - by Etton - 02.03.2012, 01:08
Re: Sistema Vip - by Lucas_Alemao - 02.03.2012, 01:11
Re: Sistema Vip - by [uGd]vSilv4_. - 02.03.2012, 14:03
Re: Sistema Vip - by Dolby - 02.03.2012, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)