03.11.2016, 02:29
well, put all of your objects in a filterscript, then compile it with a clean copy of sa-mp dedicated server and last streamer include update. you may ask now how to do a filterscript with objects, thats simple:
Код:
#include <a_samp> #include <streamer> #pragma tabsize 0
Код:
public OnFilterScriptInit() { YOUR OBJECTS return 0; }