I can't load any bitmap or panel into my game, because of error, which says: <BMAP* lol_pcx = ^lol.pcx";> Syntax error - lol.pcx invalid character.
To make it more funny, all samples works fine and bitmaps in them load correctly. Here's a piece of code that defines bitmap in my script : BMAP* lol_pcx = "lol.pcx";
And of course i have lol.pcx image in my script's folder
EDIT:
I discovered that I can load a sprite in WED with no problems. Maybe somebody will know how to take that sprite on my screen as a crosshair?
Last edited by PurePain; 05/24/09 19:44.