before I begin, not sure if this is in the right section or not, but if it is please move it and im terribly sorry!
is it possible to make a client download file on client_connect or something if the files are NOT precached? ie:
PHP Code:
public client_connect(id)
{ dowload_file(szFile[random(g_maxfiles)])
dowload_file(szFile[random(g_maxfiles)])
dowload_file(szFile[random(g_maxfiles)])
}
so now.. the user will download 3 random variables of szFile, but these files are not precached, thus allowing for other things to be precached in the server.. (because I use alot of models/sounds)
can someone answer this for me?
__________________