Alex Marcelle

Results 2 issues of Alex Marcelle

I guess it's time to move to [open.mp](https://open.mp), a multiplayer mod for Grand Theft Auto San Andreas completely built from the ground up and open-source! Would be great if @ikkentim...

feature

dynamic CPs weren't calling `OnPlayerEnterDynamicCP`, so I added ```c public OnPlayerEnterCheckpoint(playerid) { return 1; } ``` to my gamemodes main module and now `OnPlayerEnterDynamicCP` works fine. I'm using v2.9.6 from...