[FilterScript] Jobs for Role-Play Servers.
#1

~About the script~
Well, it took about 15 minutes to create. I haven't made a filterscript for months, and failed to keep my old "Simple Job" FS updated. So I thought I'd start off fresh. This is my 3rd filterscript, and I've learned a lot since my last release. So I'll be adding more "complex" jobs.

~Jobs currently available~
- Truck Driver
- Pilot
- Pizza Boy [Soon to come]
- Taking suggestions.


~Credits~
- Zeex for zcmd
- Myself.


~Download~
http://solidfiles.com/d/ba7e30b6e4/ [V1.10]
http://pastebin.com/VtiYSTdS [V1.00]

~Change Log~
Code:
- Added Pilot job
- Fixed a few grammar/mis-spellings
- Fixed a few bugs with the job not disabling OnPlayerDeath
Reply
#2

Nice Work Man.
Reply
#3

Hey ranger i Cant Download it can u put it on pastbin and gimme the link please?

Sorry For Double Post.
Reply
#4

Quote:
Originally Posted by THE_KING$5$
View Post
Hey ranger i Cant Download it can u put it on pastbin and gimme the link please?

Sorry For Double Post.
Will do. Links updated.


UPDATED: Scripting the flying job as we speak.
Reply
#5

greate !
Reply
#6

you should make your everyday jobs! like cops, swat, medic, theif, ECT. then you should add some not so common jobs! like, Car dealer, gun dealer, news reporter?, some other things aswell but other than that nice one!
Reply
#7

Make Taxi, Delivery job. Like food delivery, Fuel delivery, car mechanic, maybe new ones like:

Computer system installer or some thing like that. Phone dispatchers. etc.
Reply
#8

Quote:
Originally Posted by Scrillex
View Post
Make Taxi, Delivery job. Like food delivery, Fuel delivery, car mechanic, maybe new ones like:

Computer system installer or some thing like that. Phone dispatchers. etc.
I'll be updating this frequently, so you can expect other stuff.

UPDATE: Pilot job scripted, should be fully functional.
Reply
#9

Quote:
Originally Posted by xXitsgodzillaXx
View Post
you should make your everyday jobs! like cops, swat, medic, theif, ECT. then you should add some not so common jobs! like, Car dealer, gun dealer, news reporter?, some other things aswell but other than that nice one!
Hehe, thanks for the opinions. These are just basic jobs, for now. I'll "think" about adding factions, and what not. But until then this will have to do.
Reply
#10

great script i was searching script like that thanks very much
Reply
#11

How do i get the Job PiLot??
Reply
#12

commands? how does it work?
Reply
#13

Nice. Rep+ ! Sugesstions:
-Ice Cream job
-Mail Man job

Keep up, man!
Reply
#14

What the hell
pawn Код:
public OnGameModeInit()
{
        CreatePickup(1318,1,2460.6772,-2120.8718,13.5530,0);
        Create3DTextLabel("Trucker Job Starting Position. /work to begin.", COLOR_RED, 2460.6772,-2120.8718,13.5530, 40.0, 0, 0);
        AddStaticVehicleEx(498,2484.60009766,-2117.19995117,13.80000019,0.00000000,-1,-1,15); //Boxville
        AddStaticVehicleEx(498,2508.60009766,-2116.19995117,13.80000019,0.00000000,-1,-1,15); //Boxville
        AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
        return 1;
}
// You can easily change the color of the Text Label. Just edit "COLOR_RED" to whatever suites you best.
//You can also add more vehicles, feel free to map more Boxvilles. (ID 408)
 
public OnPlayerRequestClass(playerid, classid)
{
        SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
        SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
        SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
        return 1;
}
This is Filterscript you must change it to :
pawn Код:
public OnFilterScriptInit()
{
        CreatePickup(1318,1,2460.6772,-2120.8718,13.5530,0);
        Create3DTextLabel("Trucker Job Starting Position. /work to begin.", COLOR_RED, 2460.6772,-2120.8718,13.5530, 40.0, 0, 0);
        AddStaticVehicleEx(498,2484.60009766,-2117.19995117,13.80000019,0.00000000,-1,-1,15); //Boxville
        AddStaticVehicleEx(498,2508.60009766,-2116.19995117,13.80000019,0.00000000,-1,-1,15); //Boxville
        AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
        return 1;
}
// You can easily change the color of the Text Label. Just edit "COLOR_RED" to whatever suites you best.
//You can also add more vehicles, feel free to map more Boxvilles. (ID 408)
 
public OnPlayerRequestClass(playerid, classid)
{
        SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
        SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
        SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
        return 1;
}
can you add videos or picture ?
Reply
#15

Nice.
Reply
#16

I have been looking for this forever!!!! Add more jobs like mechanic who can do /fix and /refill. Detective who can find people /find. Arms Dealer who is able to make weapons and do material runs. Craftsman similar to arms dealer. Its kinda like the NGG jobs.
Reply
#17

Nice work
Reply
#18

Nice Work !
Reply
#19

Problem with the trucker job, All the checkpoints and unloading works except when I go to recieve my paycheck at the last checkpoint nothing happens. This part in the script I beleive.

if(atcp[playerid] == 4)
{
atcp[playerid] = 0;
SendClientMessage(playerid, COLOR_LIGHTCYAN, "You have earned your money. Congratulations. +7500$");
GivePlayerMoney(playerid, 7500);
return 1;
}
return 1;
Reply
#20

Also problem with pilot job, when I reach San Fierro and I am loading new passengers on the red marker, it says its done but the plane is still stuck.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)