Map doesn't load
#1

Hi, I manage to solve about starting my server on Volt Host and now I'm having problems with loading my map. I have 2 map added into the filterscript but somehow in game the map doesn't load. Any idea why?
Read this thread:https://sampforum.blast.hk/showthread.php?tid=345272
Reply
#2

Paste some screenshots, etc. so we can see if there is some error causing it not to load.
Reply
#3

If you have 2 many maps Your gamemode may dont take it Make sure you got Incegnito includer and everything is called CreateDynamicObject
Reply
#4

No screenies, but I do have the logs. Check this out;

Код:
[23:56:50]bind 91.204.210.28 ----------------------------------

[23:56:50]bind 91.204.210.28    School of the dead Role Play
----------------------------------
[23:56:50]bind 91.204.210.28 

[23:56:50]bind 91.204.210.28   Loaded 2 filterscripts.
[23:56:50]bind 91.204.210.28 =====================================================================
[23:56:50]bind 91.204.210.28 Contact author: imyzz@opengta.org
[23:56:50]bind 91.204.210.28 Special thanks:Double-O-Seven, Brian.
[23:56:50]bind 91.204.210.28 Author:yezizhu
[23:56:50]bind 91.204.210.28 Description:Attatch weapond to player's body
[23:56:50]bind 91.204.210.28 FilterScript Name: Armed body
[23:56:50]bind 91.204.210.28 This is a part of a OpenGTA subject, visit opengta.org for more info.
[23:56:50]bind 91.204.210.28 =====================================================================
[23:56:50]bind 91.204.210.28   Loading filterscript 'armedbody.amx'...
[23:56:50]bind 91.204.210.28   Unable to load filterscript 'exterior.amx'.
[23:56:50]bind 91.204.210.28   Loading filterscript 'exterior.amx'...
[23:56:50]bind 91.204.210.28   Unable to load filterscript 'fences.amx'.
[23:56:50]bind 91.204.210.28   Loading filterscript 'fences.amx'...

[23:56:50]bind 91.204.210.28 --------------------------------------
[23:56:50]bind 91.204.210.28  Online Radio script by  •rTbreN_
--------------------------------------
[23:56:50]bind 91.204.210.28 
[23:56:50]bind 91.204.210.28   Loading filterscript 'radio_script.amx'...
[23:56:50]bind 91.204.210.28 ---------------
[23:56:50]bind 91.204.210.28 Filterscripts
[23:56:50]bind 91.204.210.28 

[23:56:50]bind 91.204.210.28  Loaded 0 plugins.
[23:56:50]bind 91.204.210.28 --------------
[23:56:50]bind 91.204.210.28 Server Plugins
[23:56:50]bind 91.204.210.28 

v0.3e, ©2005-2012 SA-MP Team
----------------------
SA-MP Dedicated Server
Reply
#5

Use streamer, with it you can put unlimited objects,"CreateDynamicObject" but native from samp you can put only 500-900 and u need to have free space for neon system if u have it!
anyway streamer plugin and include find here: https://sampforum.blast.hk/showthread.php?tid=102865
and in your FilterScript under your #includes put
pawn Код:
#include <a_samp>
//Under it put:
#include <streamer>
//and On gamModeInit put your code and you can corvent it on web page: http://www.convertffs.com/
public OnGameModeInit()
{
                  CreateDynamicObject()
    return 1;
}
REP + if I help you! please!
Reply
#6

Btw why not use
pawn Код:
SendRconCommand("loadfs Your Lol FS here");
If its a FS.
Reply
#7

Are you kidding me?

Quote:

[23:56:50]bind 91.204.210.28 Loaded 0 plugins.
[23:56:50]bind 91.204.210.28 --------------
[23:56:50]bind 91.204.210.28 Server Plugins
[23:56:50]bind 91.204.210.28

You don't have Server plugins?

Thats why the maps can't upload. Put all the plugins you currently have in the server.

If it still doesn't work, reply back.
Reply
#8

Alright, I will try as soon as I got home. I just got back from vaction and currently using mobile. Thank you all.
Reply
#9

Quote:
Originally Posted by Skylar Grey
Посмотреть сообщение
Are you kidding me?



You don't have Server plugins?

Thats why the maps can't upload. Put all the plugins you currently have in the server.

If it still doesn't work, reply back.
Maps got nothing to do with server plugins.Get your facts straight.Maps created using CreateObject format which is a samp native function doesn't require any plugin. You require streamer plugin only if you're using CreateDynamicObject.
Reply
#10

I'm not using CreateDynamicObject. Also, I didn't install streamer into my scripts, as I saw the whole thread, I feel like having headache. Anyway, its kinda weird when the map works on samp_debug.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)