15.04.2014, 15:19
Objects randomly disappear instantly after creation (at close distances) and the streamer bugs out saying the include is at version 0x26105 and that it doesn't match the plugin when everything is perfectly fine. I've checked over and over when compiling with Pawn and everything seems to be fine. These problems have been there for ages, also adding in that it's not possible to make a furniture system without having the objects disappearing all the time and not streaming in after.
Quote:
Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27101) (script might need to be recompiled with the latest include file) |
Quote:
streamer.inc in the pawn include folder. // Include File Version public Streamer_IncludeFileVersion = 0x27101; #pragma unused Streamer_IncludeFileVersion |