mrreus

Results 7 issues of 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

project:docs

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...

project:frontend

Like in [VitePress](https://vitepress.vuejs.org/). I think it's a nice feature.

project:docs

As in the following screenshots. ![1](https://user-images.githubusercontent.com/73140302/161426577-4bee5177-7c35-4c58-a004-9889fa53f197.png) ![3](https://user-images.githubusercontent.com/73140302/161426579-8da080a8-55dd-49ba-a2c4-cb0705197c43.png) Sometimes searching doesn't work properly (the list of results doesn't even show). ![2](https://user-images.githubusercontent.com/73140302/161426553-99c17d65-9b7d-43e6-91d7-630ee8259d95.png)

project:frontend

As in the title of the issue. I think this change will improve readability of code.

project:docs

https://github.com/pawn-lang/samp-stdlib/blob/fca148961efb3f78da210d00aa8920f886e58c9e/a_samp.inc#L3192