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.3k stars 412 forks source link

outputDebugString level 4 colors not working #3489

Closed Xenius97 closed 1 week ago

Xenius97 commented 1 week ago

Describe the bug

image

Steps to reproduce

for i=1, 5 do outputDebugString("aaaaaaaa"..getTickCount()+i, 4, 255, 0, 0) end

Version

MTA:SA Server v1.6-release-22518

Additional context

No response

Relevant log output

No response

Security Policy

srslyyyy commented 1 week ago

3471 -> #3474

Xenius97 commented 1 week ago

on client side works well, i think only server side is broken

image

Multi Theft Auto v1.6-release-22518 MTA:SA Server v1.6-release-22518

srslyyyy commented 1 week ago

It has been fixed, just wait for new nightly build.

Xenius97 commented 1 week ago

okay, thanks