Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vice City Stories for open.mp

License

Vice City Stories converted to open.mp by spicybung. As it currently stands - the number of objects is incompatible with SAMP 0.3DL.

Configuration

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/VCS2OMP",
	        "filterscripts/VCSMinimap"
        ]
    }
}

After saving config.json, restart your open.mp server. The VCS2OMP & VCSMinimap filterscripts will be loaded automatically on startup.

Acknowledgements

  • The open.mp developer team(iAmir, Ksen, Hual, etc...), for their work in making a new SAMP and increasing its capabilities - creating the inspiration to do this
  • The SAMP community, which deserves long overdue upgrades
  • The GTA Modding community, for the initial inspiration way back as a kid

Releases

Contributors

Languages