06.12.2018, 00:21
Hey guys!
I've been thinkin about doing something like (I'm using pseudo code):
run query
store in cache the results
Is there any better way to achieve this? I just want to store banned IP's into an array so I can check them before a player logs in
I've been thinkin about doing something like (I'm using pseudo code):
run query
store in cache the results
Код:
for(var i = 0; i < num_rows_cache; i++) { array[i] = cache_get_value_name(i, "Column name"); }