#4

you need a cars' system
and about lvl 10
pawn Код:
enum pooInfo
{
    pLevel,
};
new PlayerInfo[MAX_PLAYERS][pooInfo];

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/buy", true) == 0)
    {
        if(PlayerInfo[playerid][pLevel] =>5 && PlayerInfo[playerid][pLevel] <=9)
        {
            balabla
            }
else if(PlayerInfo[playerid][pLevel] =>10)
{
balbal
}
        return 1;
        }
return 0;
}
Reply


Messages In This Thread
Cars - by Brka - 18.01.2012, 11:23
Re: Cars - by mineralo - 18.01.2012, 12:02
Re: Cars - by Brka - 18.01.2012, 13:27
Re: Cars - by mineralo - 18.01.2012, 14:31

Forum Jump:


Users browsing this thread: 3 Guest(s)