26.04.2014, 21:01
Quote:
You must use Streamer_AppendArrayData somewhere as it prints that the ID is invalid.
That happended to me when I manipulated with some objects, so when I looped through all objects and passed invalid ones to the funcion, that error showed. The solution for me was to first check if object vas valid. You should find that funcion somewhere in your mode and debug the data that you pass to it. |
So, the problem is, as I said here:
Quote:
Originally Posted by Riddick
pawn Код:
pawn Код:
edit2:// I have actually added in OnPlayerDisconnect & OnPlayerLogin: pawn Код:
|
message did NOT appear in older version, before I updated to the version for 0.3z. I have debugged my whole code, and that is a 3D Text Label problem, error appears for the second time when I connect to the server. Let's say I'm connecting, loggin in and my 3D text label with nick has been created, and then I leave the game, so my 3D text label should be destroyed, and I have also debugged that, and as I said, it destroyed successfully, BUT when I join second time, the problem appears in console.
NO AppendArray data has been use in MY code!