This is a conversion of Vice City to SA-MP 0.3DL, as well as OMP.
Check the release page for a zip containing the project.
Streamer by Incognito
ZCMD by Zeex (OPTIONAL)
foreach (optional) by Y_Less (OPTIONAL)
- Download the vice_city.pwn and put it in your filterscript folder, then compile with 0.3DL includes if you wish.
- Download the models and put "vc4samp" in models folders.
- Put vice_city in the filterscript line in server.cfg or use /rcon loadfs vice_city
- Use command /gotovc - enjoy the city.
Open your config.json file and locate the "pawn" section.
Add the filterscript to the "side_scripts" array.
Note: Do not include the
.amxextension.
{
"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.