404rq / GTW-RPG

The lightweight and realistic game mode for Multi Theft Auto with features such as Civilians, Law and criminals, Gang wars and much more
https://www.404rq.com
BSD 2-Clause "Simplified" License
31 stars 45 forks source link

Implement civilian jobs into the game mode #47

Open paa93 opened 8 years ago

paa93 commented 8 years ago

I'll have to look this up deeper but for now I believe there's 4 of 10 civilian jobs available. The goal with this "issue" is to implement them all, status and discussion will be open meanwhile.

ghost commented 8 years ago

I assume you mean as sub folders right, for most of the jobs that shouldn't be any trouble, global variables and functions has different prefixes and remaining jobs are simply written differently. Try adding them one by one maybe.

Anubhav652 commented 8 years ago

I'm probably going to make up a van delivery job!

ghost commented 8 years ago

I like that idea :) a tip is to use the code from GTWtrucker as base and rename "truck(er)" to "van( driver)". That's how bus driver, train driver, tram driver and pilot was created. A future plan is to merge all these jobs into GTWcivilians within their own sub folders so make sure you name all event's functions and variables wisely to prevent conflicts in the future.

Anubhav652 commented 8 years ago

I'm finished with it adding it to GTWcivilians and GTWvehicles, now I just need to do its delivery stuff. Tho my priority first is GTWadvertisement