15.08.2018, 11:56
TAXI JOB
![](https://i.imgur.com/2jdAAmk.png)
Taxi Job is a filterscript designed to do taxi fares. The player has to collect actors around the city of Las Venturas and then transport them to another city. When typing /taxi and then pressing Y to collect a fare, there will be a random coordinates picked from the array. This is the same when you collect the passenger so there can be a random destination to transport the passenger to, to compelte your fare. The coordinates are yours to change.
{1958.3783, 1343.1572, 15.3746}
.....^x........^y.........^z
.....^x........^y.........^z
VIDEO
![](https://i.imgur.com/QXP0fZs.png)
COMMANDS/MACROS
/taxi |
Toggles taxi driver status (on duty true/false) |
/taxistats |
Displays player\'s taxi statistics, total amount earnt, total customers and total unhappy customers |
Y |
Finds a fare for the taxi driver |
H |
When taxi driver is near their client, it will notify the actor (client) that they are there. |
FILE
![](https://i.imgur.com/4quajkf.png)
INSTRUCTIONS
- Click the pastebin like above
- Find the link named \'raw\', click that.
- Press ctrl+s and name the file taxijob.pwn
- Drag taxijob.pwn to /filterscripts/ folder in your SA-MP server dictionary
- Using your pawn editor, compile the script taxijob.pwn by pressing F5 or the (compile) run button.
- Edit server.cfg, on the filterscripts line add \'taxijob\' to the list
- Start your SA-MP server and everything should work