Posts: 153
Threads: 35
Joined: Mar 2016
Reputation:
0
Every bank i enter in my Sever the player just starts to fall from the sky.
Recently when i started my server it says "Run Time Error 16: Out Of Memory" so i searched on the internet how to fix it and they said i should remove #pragma dynamic.
Could it be that whatbi removed from my script?
Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
Can you show us the codes? The commands to enter the bank, related functions etc. How many objects do you use on your server? What is the playerbase and max. players? What's the server's RAM?
Posts: 68
Threads: 10
Joined: Jun 2011
Reputation:
0
Sounds like the server doesn't have enough RAM to load the interior objects, or, have you set the correct coцrdinates for the mapped interior? The correct interior ID?
Posts: 151
Threads: 18
Joined: Nov 2015
Reputation:
0
Well freeze the player or add custom interior object loading so objects will be shown.
Posts: 156
Threads: 25
Joined: May 2016
I added FreezeAndUnfreeze(playerid, time) on my /enter and /exit cmd and it works fine.You can make timer on it
Posts: 153
Threads: 35
Joined: Mar 2016
Reputation:
0
Should i show u guys te script?