Objects loading slow..
#2

umm well i got around 1000 objects and im using xobjects, some objects aren't loading at all, this command kinda helped me a little bit but still

Quote:
Originally Posted by MenaceX^
I got some problem with objects too in my GM, This is the reason of made a command to reload objects. When you're connecting to server DO NOT put the xObects in server.cfg, remove it from there, let it be only in filterscrtips file
Enter to the server and put this cmd in OnPlayerCommandText
pawn Код:
//--------------[Reload Objects]--------------
 if(strcmp(cmd, "/reloadobjects", true) == 0)
 {
 if(PlayerInfo[playerid][pAdmin] >=1337)
 {
      SendRconCommand("reloadfs xObjects");
      {
    format(string, sizeof(string), "|____Objects have been reloaded successfully____|");
    SendClientMessageToAll(COLOR_ORANGE, string);
         }
    }
   return 1;
 }
After using this I'm pretty sure you will not have any problems, But the problem is every time after restart you should do it.
change what ever needed.
Reply


Messages In This Thread
Objects loading slow.. - by CJ101 - 11.09.2009, 08:02
Re: Objects loading slow.. - by Mustafacc - 11.09.2009, 08:27
Re: Objects loading slow.. - by CJ101 - 11.09.2009, 08:28
Re: Objects loading slow.. - by Correlli - 11.09.2009, 09:51
Re: Objects loading slow.. - by Adil - 11.09.2009, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)