alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
474 stars 197 forks source link

client_print only print the first 63 characters #781

Open kraasimir opened 4 years ago

kraasimir commented 4 years ago

I detected this bug. When I use client_print(id, print_center, ...) only prints the first 63 characters but when I use print_console or print_chat work correctly. I use the latest amxx version 1.9.5263

x-Eagle-x commented 4 years ago

As far as I understood, I think that's a game limitation.

kraasimir commented 4 years ago

I have tried it in 1.8.2 and it works correctly with more than 63 characters. While when I try it in 1.9.5263 it does not print the characters beyond 63.

Arkshine commented 4 years ago

It's a side-effect of #763, but the limitation happens in the game. I've created an issue: https://github.com/ValveSoftware/halflife/issues/2755.