Error with command
#9

change

pawn Код:
CMD:milestone1(playerid, params[])
{
    if(GetPlayerMoney(playerid) >= 10000)
    {
        givescore(playerid, 10);
        if(Milestones[playerid]) return SendClientMessage(playerid, -1, "Tu jau atsiemлi рб milestone.");
    }
    return 1;
}
to
pawn Код:
CMD:milestone1(playerid, params[])
{
    if(GetPlayerMoney(playerid) >= 10000)
    {
                if(Milestones[playerid] == true) return SendClientMessage(playerid, -1, "Tu jau atsiemлi рб milestone.");
        givescore(playerid, 10);
                Milestones[playerid] = true;       
    }
    return 1;
}
Reply


Messages In This Thread
Error with command - by VirtasVarsketis - 21.09.2015, 11:59
Re: Error with command - by IceBilizard - 21.09.2015, 12:22
Re: Error with command - by VirtasVarsketis - 21.09.2015, 12:29
Re: Error with command - by saffierr - 21.09.2015, 12:30
Re: Error with command - by IceBilizard - 21.09.2015, 12:36
Re: Error with command - by VirtasVarsketis - 21.09.2015, 12:37
Re: Error with command - by IceBilizard - 21.09.2015, 12:40
Re: Error with command - by VirtasVarsketis - 21.09.2015, 12:41
Re: Error with command - by IceBilizard - 21.09.2015, 12:47
Re: Error with command - by VirtasVarsketis - 21.09.2015, 12:50

Forum Jump:


Users browsing this thread: 3 Guest(s)