#1

Just created one job, and i set new cash = random(1000-1500);


pawn Код:
if(RidingThroughtCoronas[playerid] == 21)
    {
        new cash = random(1000-1500);
    GivePlayerMoney(playerid, cash);
        new string[128];
        format(string, sizeof(string), "[JOB] You just finished your job and earned: $%d", cash);
        SendClientMessage(playerid, 0x10F441AA, string);
        DisablePlayerRaceCheckpoint(playerid);
        RidingThroughtCoronas[playerid] = 0;
    }
and somehow i earned instead of 1000-1500.. Explanations? :$
Reply


Messages In This Thread
huh? - by Stereotype - 30.06.2014, 20:12
Re : huh? - by S4t3K - 30.06.2014, 20:17
Re: huh? - by Stereotype - 30.06.2014, 20:22
Re : huh? - by S4t3K - 30.06.2014, 20:28
Re: huh? - by Stereotype - 30.06.2014, 20:42
Re: huh? - by xo - 30.06.2014, 20:44
Re : huh? - by S4t3K - 30.06.2014, 20:51
Re: huh? - by xo - 30.06.2014, 20:53
Re : huh? - by S4t3K - 30.06.2014, 20:55
Re: Re : huh? - by Stereotype - 30.06.2014, 21:03

Forum Jump:


Users browsing this thread: 2 Guest(s)