Problem
Multiplayer roleplay servers live or die on their custom systems. Out of the box, the game gives you a world but not the gameplay — the commands, events, player systems and backend logic that make a server feel alive and stay stable with many players connected at once.
What I built
Custom server-side systems and gamemode logic for SA:MP / open.mp roleplay servers — the logic-heavy backend that drives the player experience.
- SA:MP / open.mp server scripting
- Custom gamemode systems
- Filterscripts for modular features
- Player commands and events
- Server-side business logic
- Roleplay feature systems
Tech & tools
Written in Pawn for the SA:MP / open.mp runtime, with MySQL behind it for persistence and a good deal of custom backend logic. It's a very different stack from web work, but the discipline is the same: stateful systems, real-time events and logic that has to stay correct under load.
Result
A body of logic-heavy, stateful server-side systems — gamemodes, events and player commands — that handle real-time interaction for many concurrent players. The work demonstrates strong experience with backend scripting, server systems and the kind of correctness-under-load thinking that carries directly into building reliable business systems.