Nexius
Nexius
Currently, cheaters may modify dialog response with any integer value from 0 to 255:  and it will pass untouched to the pawn script. I suggest always converting `response` parameter...
1. We have `DisableInteriorEnterExits` which cannot be reverted after gmx. I remember my suggestion of "automatically re-enable enter/exit markers when the server restart", but the better alternative [was suggested](https://github.com/openmultiplayer/server-beta-old/issues/90#issuecomment-1146820532) by...
Would be really amazing to add per-player actors just like it was done with pickups! One of the real benefit after such action will be the ability to improve streamer...
#### AllowPlayerTeleport not considering AllowAdminTeleport According to https://github.com/openmultiplayer/open.mp/blob/62e3415772e5fd6f43ff15f04058072f9722e654/Server/Components/Pawn/Scripting/Player/Natives.cpp#L882-L886 and https://github.com/openmultiplayer/open.mp/blob/62e3415772e5fd6f43ff15f04058072f9722e654/Server/Source/player_impl.hpp#L1749-L1752 the native AllowPlayerTeleport works always not considering whether AllowAdminTeleport is enabled or not before it. In older SA-MP versions [the...
Would be great to add a native like `IsPlayerUsingGamepad` or `IsPlayerUsingJoypad` as built-in native to detect if player keys have anything than 0 or |128| in up/down and left/right states...
This is a fix that was mentioned in #18, but with all necessary improvements
I think it would be cool to add some optional .cfg file [just like YSF did](https://github.com/IS4Code/YSF/blob/master/sampsvr_files/plugins/YSF.cfg) with some build-in fixes/protections which can be toggled. SKY has actually a few features...
I remembered a case using SendLastSyncPacket with E_LAST_SYNC in weapon-config when [such changes](https://github.com/oscar-broman/samp-weapon-config/commit/4012a02ce149d414d64047064957b8ef4948dd6f) caused [crashes](https://github.com/oscar-broman/samp-weapon-config/issues/208). We didn't really solve that nor found a real cause, but only [reverted](https://github.com/oscar-broman/samp-weapon-config/pull/212) the changes....
There are some natives which always return `1`/`true`, but they could have some arguments validity checks and start to return `0`/`false` as well to indicate it did not execute with...
For some reason, this is only related to linux version of omp server, windows server is fine in this matter. The problem is when you have more than one space...