Run time error 16: "Out of memory"
#1

[11:41:12] Script[gamemodes/UFFtest.amx]: Run time error 16: "Out of memory"
[11:41:12] Failed to load 'gamemodes/UFFtest.amx' script.

This happens when i try to host my server on a hosting. When i start it on my pc, it starts without problems
Reply
#2

Your hosting has limited the memory available to you too much. Contact their support. If it's a VPS/dedi, allocate more memory (if possible) or rent a better one (if not).

Alternatively you can try to make your script use less memory (avoid large arrays etc.)
Reply
#3

What it inclines is your machine is out of memory. Need to get more.
Reply
#4

pawn Code:
#pragma dynamic 268435456
Find this on your gamemode and remove it, It will work 100%
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)