GTA V
1. Download http://dev-c.com/gtav/scripthookv/
2. Download the Taxi company.
3. drag in the folder to C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V in youre folders
4. Done!
YMAP AND XML files
Guide for Installation
- Click download
- You have ymap file on the winrar folder
On your server
- Create a folder on resource
- In that folder you create another map with name "stream" and you create "__resource.lua" text document.
- Drag the YMAP file to "stream" foldern.
- Start the resource on your server.cfg
- Done! I hope you enjoy the map!
FAQ:
Q: How do I get the YMAP file?
A: The YMAP file can be found on the winrar folder.
Q: How do I use my own company?
A: Create a folder on resource and name it "Company Name". Then create another map with name "stream" and you create "__resource.lua" text document. Use that document to change your company's name, logo, color (or other variations). Drag the YMAP file to "stream" foldern. Start the resource on your server.cfg and done!
Q: How do I see how many taxis are in each area?
A: Add this line to your server config (e.g.: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts\YOUR_SERVER_NAME\server.cfg):
local taxiCounts=0;
And then add this line to your map: taxiCounts=<your empty number>; This will show you how many taxis are currently in each area of the map. You can also add this line to your server config if you want a more precise count of taxis in each area (e.g.: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts\YOUR_SERVER_NAME\server.cfg): local taxiCounts=0; local taxiInAirport
Write comment:
on map ??