How to make maps load Fast?!
#1

Hi guys,

1 Question please: how i can make my server maps load fastly because i have a probllem my server maps load slowly!
Reply
#2

Use SetTimer or SetTimerEX
Reply
#3

ongamemodeinit:
pawn Код:
SetTimer("loadobjects",1000,false);
now
pawn Код:
forward loadobjects();
public loadobjects()
{
//objects here
return 1;
}
Reply
#4

Thanks bro
Reply
#5

If you use Incognito's Streamer, use this:
pawn Код:
Streamer_UpdateEx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)