Hello.
I have a problem on my server, without aftermath but an error always appears in my server logs.
When a player joins, he gets this error on chat : say: Invalid text length
In server logs :
In my race gamemode :
addEventHandler("onClientResourceStart", g_ResRoot,
function()
yo = dxGetFontHeight(c_FontScale, c_Font)
triggerServerEvent("onRequestMapName", g_ResRoot)
end
)
So what's problem with this function "triggerServerEvent" and "OnRequestMapName" ?
Thanks.