mrreus
mrreus
MCVE: ```pawn #include #include main() {} public OnGameModeInit() { Streamer_ToggleChunkStream(true); new Text3D:labelid = CreateDynamic3DTextLabel("3DTextLabel", -1, 2263.4, 627.6, 10.8, 50.0); Streamer_ToggleItemCallbacks(STREAMER_TYPE_3D_TEXT_LABEL, labelid, true); return 1; } public OnPlayerSpawn(playerid) { SetPlayerPos(playerid, 2254.5,...
There's no pickup type 23 in the list of pickup types, but it's listed there: https://gtamods.com/wiki/0213. https://open.mp/docs/scripting/resources/pickuptypes
Every category in website have different style of borders, for example: - Docs has square borders (by the way weird borders...) in a different color than other categories, - Home...
Like in [VitePress](https://vitepress.vuejs.org/). I think it's a nice feature.
As in the following screenshots.   Sometimes searching doesn't work properly (the list of results doesn't even show). 
As in the title of the issue. I think this change will improve readability of code.
https://github.com/pawn-lang/samp-stdlib/blob/fca148961efb3f78da210d00aa8920f886e58c9e/a_samp.inc#L3192