[Suggestion]SideJobs/Jobs
4 posters
Page 1 of 1
[Suggestion]SideJobs/Jobs
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)
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- New Residence
- Posts : 10
Join date : 2011-02-24
Re: [Suggestion]SideJobs/Jobs
Hmm... Adding NoS.
Would that be something like for adding it onto a taxi..
Also...
Pizza man to join...
Hehe, I'm gonna be wrong...
Anyway... Yeah, Good suggestion.
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;
}
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- Donator
- Posts : 2558
Join date : 2011-02-01
Location : Australia
Max Woods- Donator
- Posts : 1171
Join date : 2011-01-02
Location : Croatia, Sea Side
Re: [Suggestion]SideJobs/Jobs
Edward is still working will the Pizza Stack but he is quite busy with his family (Ancelotti Clan that is).
Guest- Guest
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum