multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.38k stars 427 forks source link

debugscript doesn't display outputDebugString level 4 at server-side #3458

Closed ds1-e closed 3 months ago

ds1-e commented 3 months ago

Describe the bug

As in title.

Steps to reproduce

outputDebugString("test level 4", 4, 255, 255, 255)

Client-side: displays, as it should be. Server-side: it doesn't show.

Version

r22505

Additional context

debugscript: Modes available are 0 (None), 1 (Errors), 2 (Errors + Warnings), 3 (All)

3440

Relevant log output

No response

Security Policy