VH:RP Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Suggestion]SideJobs/Jobs

4 posters

Go down

[Suggestion]SideJobs/Jobs Empty [Suggestion]SideJobs/Jobs

Post by Vincent_Valentine Thu Feb 24, 2011 7:26 pm

Here are a view Job ideas.


Pizza boy:example

t/Takejob at(i)(at pizza stack)
t/Pizza (start duty)
Going from "A" Place to "B"Place and deliver pizzas and earn cash.
small route= example: 15$ 50sec time to deliver( near pizza stack)
Medium route= example: 30$ 75sec to deliver (not to far away)
Big route= example: 45$ 100sec to deliver (far away from pizza stack)
Vehicle:id 448 Vehicle name Pizzaboy


Farmer:example

T/takejob at(i)
T/farm

Driving with "Combine Harvester (id532)" from one redmarker to the other (total redmarker 10or more/less)
at the palomino farm(any farm your choice) .
At the end the farmer will drive back to the farm and earn cash 50$ 100$ your choice.


Trucker:example

t/takejob at(i)
t/deliver(start your duty and deliver your stuff)

In this job you make a big deliver with a truck(id514 or id515)from "A"(redmarker) town to "B"(redmarker) town


Street sweeper:Example

T/takejob at(i)
t/sweep (to start working)

You going with the vehicle Broadway (id575) from redmarker to redmarke in palomino creek (cleaning the streets rply)
end of the route you earn the cash .


Drug smuggler:Example

T/takejob
t/getdugs or t/getcrate
t/deliverdrugs
In this job you deliver from "A"(drug factory) place to "B"(Blackmarket) Place drugs
you need to buy them from the drug factory for cash and you earn double cash if you deliver
them to the black market


Drug Dealer:Example

T/buydrugs(from the black market)
t/selldrugs(to a other person)

you sell drugs to humans so they can /usedrugs to get armour or health
also get stoned.

Mechanic Job:Example

t/fix(fix the car while you inside)
t/repair(fix the car of an other player by taking cash for it)
t/refill(refouelthe vehicle of a player by taking cash from him)
t/nos(puting nitro to a vehicle)






Last edited by Vincent_Valentine on Fri Feb 25, 2011 11:35 pm; edited 3 times in total
Vincent_Valentine
Vincent_Valentine
New Residence

Posts : 10
Join date : 2011-02-24

Back to top Go down

[Suggestion]SideJobs/Jobs Empty Re: [Suggestion]SideJobs/Jobs

Post by Peter Greenson Fri Feb 25, 2011 9:34 am

Hmm... Adding NoS.

Would that be something like for adding it onto a taxi..

Code:

public OnPlayerCommandText(playerid, cmdtext[])
{
   dcmd(addnos, 6, cmdtext);
   return 0;
}

dcmd_addnos(playerid, params[])
{
        new id;
   if (strlen(params))
   {
      id = strval(params);
      if(IsPlayerInAnyVehicle(playerid))

      State=GetPlayerState(playerid);
         if(State!=PLAYER_STATE_DRIVER)
         {
            SendClientMessage(playerid,COLOR_GREY,"You can only add modifications as the driver!");
            return 1;
         }
         new i;
         for(i=0;i<MAX_PLAYERS;i++)
         {
            if(i != playerid)
            {
               if (vechileid == 420)
                   AddVehicleComponent(vehicle, 1010);
                    SendClientMessage(playerid, 0xFFFFFFAA, "Nitro added to the Taxi.");
            }
         {
         SendClientMessage(playerid, COLOR_RED, "You're not in a vechile!");
         }
   return 1;
}
I have no idea if that works...

Also...

Pizza man to join...

Code:

public OnPlayerCommandText(playerid, cmdtext[])
{
   dcmd(takejob "Pizza", 7, cmdtext);
   return 0;
}

dcmd_takejobpizza(playerid, params[])
{
        new id;
   if (strlen(params))
   {
      id = strval(params);
      if(gTeam[playerid] == TEAM_PIZZA)
      {
         SendClientMessage(playerid,COLOR_RED,"You are already a pizza man!");
      }
   return 1;
}
return 0;

Hehe, I'm gonna be wrong...

Anyway... Yeah, Good suggestion.
Peter Greenson
Peter Greenson
Donator
Donator

Posts : 2558
Join date : 2011-02-01
Location : Australia

Back to top Go down

[Suggestion]SideJobs/Jobs Empty Re: [Suggestion]SideJobs/Jobs

Post by Max Woods Sun Mar 06, 2011 4:58 pm

Agree.
Max Woods
Max Woods
Donator
Donator

Posts : 1171
Join date : 2011-01-02
Location : Croatia, Sea Side

Back to top Go down

[Suggestion]SideJobs/Jobs Empty Re: [Suggestion]SideJobs/Jobs

Post by Guest Sun Mar 06, 2011 9:35 pm

Edward is still working will the Pizza Stack but he is quite busy with his family (Ancelotti Clan that is).

Guest
Guest


Back to top Go down

[Suggestion]SideJobs/Jobs Empty Re: [Suggestion]SideJobs/Jobs

Post by Kay Mon Mar 07, 2011 12:57 pm

Nice Jobs Smile
Kay
Kay
Cake
Cake

Posts : 37
Join date : 2011-03-07

Back to top Go down

[Suggestion]SideJobs/Jobs Empty Re: [Suggestion]SideJobs/Jobs

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum