29.12.2016, 14:16
I wanna ask something about cells i could be using too much cell or too little cells,first off,a large script that constantly has new string[value]; everywhere isn't it easier to just do new string[7000]; and that would cover everything? but is it too much cell? Also what would happen if i use too much unnecessary cell would the server be laggy or something?
Secondly:
i wanna know how to determine the right amount of cell to be use. In this case:
is that too much cell being used?
Secondly:
i wanna know how to determine the right amount of cell to be use. In this case:
PHP код:
new string[30];
format(string,sizeof(string),"Wanted Level: %d",GetPlayerWantedLevel(playerid));
SendClientMessage(0,-1,string);"