2023-10-03, 08:38 PM
Hello everyone, I have a small situation here. I'm creating a textdraw using a custom images and it works fine when I run the script with 0.3DL server but it doesn't work when I run it with open.mp server (custom textdraw is not showing in-game).
Also, whenever I run script with open.mp server I get this message in console:
While 0.3DL reads it right:
I gotta say that model is the only model I'm using so there's no way it's already in use. Does anyone know what can be causing this problem?
Also, whenever I run script with open.mp server I get this message in console:
Code:
[Info] [artwork:info] Loading artconfig.txt
[Error] [artwork:error] Model -2001 is already in use
While 0.3DL reads it right:
Code:
[artwork:crc] intro.dff CRC = 0xD7D58371
[artwork:crc] intro.txd CRC = 0xEDF7C701
I gotta say that model is the only model I'm using so there's no way it's already in use. Does anyone know what can be causing this problem?