SA-MP Forums Archive
[FilterScript] Farmer Job - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Farmer Job (/showthread.php?tid=425957)

Pages: 1 2


Farmer Job[Updated] - virusa1 - 27.03.2013

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:
Version 1.0
http://www.upload.ee/files/3183920/FarmerJob.zip.html
Version 1.1
http://www.upload.ee/files/3230461/FarmerJob.rar.html
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


Re: Farmer Job - greentarch - 27.03.2013

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!");



Re: Farmer Job - virusa1 - 27.03.2013

Yeah. My bad thanx for that i will change it


Re: Farmer Job - virusa1 - 27.03.2013

Fixed and reuploaded.


Re: Farmer Job - xxxDeathxxx - 27.03.2013

nice, and useful


Re: Farmer Job - matthew1211 - 28.03.2013

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


Re: Farmer Job - sheders - 28.03.2013

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


Re: Farmer Job - dakata994 - 28.03.2013

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


Re: Farmer Job - virusa1 - 28.03.2013

Thank you Xtream


Re: Farmer Job - rbush12 - 28.03.2013

Quite basic, but useful. I like it.


Re: Farmer Job - virusa1 - 28.03.2013

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


Re: Farmer Job - virusa1 - 28.03.2013

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.


Re: Farmer Job - Xtream - 28.03.2013

Nice man good job!


Re: Farmer Job - ridholie - 04.04.2013

reupload please.. link broken


Re: Farmer Job - Riven - 04.04.2013

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


Re: Farmer Job - Manuel_Franco - 04.04.2013

Excelent job + REP.


Re: Farmer Job - PinEvil - 04.04.2013

Thanks man was looking for this + REP


Re: Farmer Job - virusa1 - 12.04.2013

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


Re: Farmer Job - F1re - 12.04.2013

Different code. And the work itself!


Re: Farmer Job - virusa1 - 13.04.2013

What you mean?