Posts: 489
Threads: 218
Joined: Nov 2011
Reputation:
0
Hi guys, i converted the map code but when i go in game i see just a part of the map not all, why?
*part of the map: i made a map with map editor i saved it and i converted but i cant see all the obcjects i added, just some please help!
+REP!
Posts: 441
Threads: 19
Joined: Sep 2011
Reputation:
0
26.12.2011, 10:02
(
Последний раз редактировалось Thresholdold; 26.12.2011 в 10:54.
)
Create a new filterscript.
Download streamer plugin
Add '#include <streamer>' to the top of your script
Cut and paste all the objects in your server into that filterscript under OnFilterScriptInit
When I say all objects, I mean EVERY object that you would find in your gamemodes and filterscripts, make sure you CUT them, not copy them. Create backups!
Posts: 489
Threads: 218
Joined: Nov 2011
Reputation:
0
Still not working. the objects are 786 but i see like 20 objects...
Posts: 69
Threads: 2
Joined: Jun 2011
pawn Код:
#include <a_sa-mp>
#include <streamer>
#include <sscanf>
#pragma tabsize 0
Well this will work!
Posts: 441
Threads: 19
Joined: Sep 2011
Reputation:
0
Did you put all the objects in a new filterscript and add the filterscript name to your server.cfg?