Skip to content

spicybung/VC2SAMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VC2SAMP / VC2OMP

License

This is a conversion of Vice City to SA-MP 0.3DL, as well as OMP.

Download Project .ZIP

Check the release page for a zip containing the project.

Requeriments

Streamer by Incognito

ZCMD by Zeex (OPTIONAL)

foreach (optional) by Y_Less (OPTIONAL)

Installation in SAMP

  1. Download the vice_city.pwn and put it in your filterscript folder, then compile with 0.3DL includes if you wish.
  2. Download the models and put "vc4samp" in models folders.
  3. Put vice_city in the filterscript line in server.cfg or use /rcon loadfs vice_city
  4. Use command /gotovc - enjoy the city.

Configuration in open.mp

Open your config.json file and locate the "pawn" section.

Add the filterscript to the "side_scripts" array.

Note: Do not include the .amx extension.

Example

{
    "pawn": {
        "legacy_plugins": [
            "streamer",
            "sscanf"
        ],
        "main_scripts": [
            "your_gamemode 1"
        ],
        "side_scripts": [
            "filterscripts/vice_city"
        ]
    }
}

After saving config.json, restart your open.mp server. The VC2OMP filterscript will be loaded automatically on startup.

About

An improved version of the VC4SAMP Vice City filterscript for SA-MP & open.mp.

Topics

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Contributors

Languages

  • Pawn 100.0%