[FilterScript] Farmer Job
#1

Hello!

Well. This is a farmer job. Here you can harvest and get payed 300$. This is an option or you can
share products with other farms and get payed 2000$.

Comments are welcomed .

You can download my filterscript here:
Some ScreenSavers









-New Changes-

-When you leave vehicle it destroys all checkpoints(cancel mission) and it shows you a textdraw "Mission Failed"
-You can quit the job using /quitjob.
-You cant go to checkpoint on foot.


Note: There might be some mistakes.. Notice me if there are some.. More updates will come soon
Reply
#2

Looks nice, btw ( noticed a typo )
pawn Code:
CMD:harvest(playerid, params[])
{
    if(PlayerInfo[playerid][pJob] == 1)
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        if(IsAFarverCar(vehicleid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
        {
            if(gPlayerCheckpointStatus[playerid] == CHECKPOINT_NONE)
            {
                SendClientMessage(playerid, COLOR_GREY, "[FarmerJob]:Follow The Checkpoints and get your reward.");
                SetPlayerCheckpoint(playerid, -309.0990,-1381.1797,10.7049, 10);
            }
        }
        else return SendClientMessage(playerid, COLOR_GREY, "[FarmerJob]:You are not at Farm!!");
    }
    else return SendClientMessage(playerid, COLOR_GREY, "Y[FarmerJob]:ou are not a Farmer!");
    return 1;
}
Look at this :
pawn Code:
else return SendClientMessage(playerid, COLOR_GREY, "Y[FarmerJob]:ou are not a Farmer!");
Shouldn't it be :
pawn Code:
else return SendClientMessage(playerid, COLOR_GREY, "[FarmerJob]: You are not a Farmer!");
Reply
#3

Yeah. My bad thanx for that i will change it
Reply
#4

Fixed and reuploaded.
Reply
#5

nice, and useful
Reply
#6

where to find the farmer job /harvest an /fshare say "you are not an farmer"
Reply
#7

Cool job man , keep it up and make maybe some more jobs later?
Reply
#8

Nice man ! +REP
Яко, давам ти репотация само щото си бг
Reply
#9

Thank you Xtream
Reply
#10

Quite basic, but useful. I like it.
Reply
#11

Yea is basic Its my first filterscript and my first job so.. Thanks for the comment i really appreciate it
Reply
#12

Yea. I am making a RP server from scratch so i will make some more jobs, and i will share them with you guys Thank you for comments

Edit: Forgot to respond to matthew1211. Try: /jobselect farmer . It will make you farmer.
Reply
#13

Nice man good job!
Reply
#14

reupload please.. link broken
Reply
#15

Very nice , i'll use this but if you fix 2 things xD , The checkpoints must be collected by that vehicle only.
and if ur car blows up. it removes ur job and says u have failed bla bla bla..

oh.. found 1 more bug..
including the 2 i wrote already

1-Checkpoint can be picked up by any vehicles or non-vehicle player
2-if the vehicle blows up u can continue the mission
3-You can't Quit the job
Reply
#16

Excelent job + REP.
Reply
#17

Thanks man was looking for this + REP
Reply
#18

Thanks for the comments. Riven, I have been very very busy and soon i will be uploading the version 1.1
Reply
#19

Different code. And the work itself!
Reply
#20

What you mean?
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)