everything you can type in-game, laid out in one place.
most stuff is available to everyone. admin-only commands are tagged. some commands cost in-game money, prices are listed.
What's FurrAndreas?
FurrAndreas is a SA-MP server built on Open.MP
FurrAndreas was built on top of and still uses some legacy code from it.
Aside from that, FurrAndreas is here to provide a great experience for players looking for a comfortable place to play, given how shitty the current situation of SA servers is.
You join a server and either get kicked for no reason or get asked for your email.
Registering an account in FurrAndreas is easier than creating a local account in Windows 11.
I'm done here. Have a wonderful day.
Regular Drift?
Regular Drift was an old drifting server made by Maxwell Nexten, aka HELLHOUND, aka Doggie Boggie, or FoxxieDoxxie. The same author behind FurrAndreas.
Regular Drift was a drifting server that eventually died around 2022 to 2023 due to a lack of interest from its players, especially since there were far better servers than it. For example, Zone-X-Gaming.
Regular Drift was shut down about two months after reaching the point of having 0 players.
However, its software code was later reused as the base for FurrAndreas.
Technical Overview
FurrAndreas is built on the Open.MP server software, which means it can accept and communicate with all previous SA clients.
Supported clients include:
SA 0.3.7 R1 to R5SA 0.3.DLThe server also uses more modern configuration methods such as JSON-based configuration files.
FurrAndreas is built in a modular way, meaning systems can be added or removed without touching the main gamemode script. This makes development easier and allows features to be maintained separately.
Example server configuration ▸ click to view
FurrAndreas still uses the Whirlpool hashing algorithm for passwords, but with salting for improved security.
Dynamic Pricing System
In FurrAndreas, vehicle and weapon prices can be configured dynamically without needing to recompile the gamemode each time.
The gamemode reads pricing data from specific .ini files located in the scriptfiles folder. This allows server administrators to quickly adjust prices or rebalance gameplay without modifying the main source code.
{
"password": "",
"pawn": {
"legacy_plugins": [
"streamer",
"whirlpool"
],
"main_scripts": [
"FurrAndreas 1"
],
"side_scripts": [
"filterscripts/FurrAndreasHelpers",
"filterscripts/FurrAndreasActions",
"filterscripts/FurrAndreasELM",
"filterscripts/npc_trains",
"filterscripts/FurrAndreasJobs",
"filterscripts/FurrNotes",
"filterscripts/FurrAndreasEvents",
"filterscripts/FurrAndreasTowTrucks"
]
}
}