Answered Getting Error when loading Standoff

Richi987

Veteran
Messages
77
Reaction score
42
Points
793
Hi CCM :smile:
Well when I want to play with my gsc on Standoff
I'm getting this error
"Could not allocate asset-increase
XASSET_ENTRY_POOL_SIZE"
Anybody knows what is this and a way to fix it?
Thanks :wink:
 

Richi987

Veteran
Messages
77
Reaction score
42
Points
793
Fix for this issue :wink:
Add this to your Init();
Code:
if(!(getdvar("mapname") == "mp_village"))
    {
            YOUR FX HERE
    }
 
Top