16.09.2017, 14:01
Nowadays my server is lagging when there are more players online.
so i took a step to optimize it.
What are the basic things i should remember to optimize and make the server to get a better perfomance...
I had heard somewhere that this function :
This will make any problem and i have many lines or declaration like
Any help is appreciated
Sorry for bad English
I will ++ Rep for who will help me.
so i took a step to optimize it.
What are the basic things i should remember to optimize and make the server to get a better perfomance...
I had heard somewhere that this function :
PHP код:
public OnPlayerSpawn(playerid)
{
foreach(new i : Player)
{
// procedure or messages
}
return 1;
}
PHP код:
new msg[1000];
Sorry for bad English
I will ++ Rep for who will help me.