11.10.2014, 12:44
Hey all! I'm currently creating server which will load maps dynamically, and by that I mean on loading objects and vehicles out of the gamemode.
I thought about creating text file for every map which will look something like this:
But I'm not sure if loading of 100 objects and 20 vehicles would cause the server to start lagg.
Does anyone have any advice on creating this dynamic system? I know I could manage something up with includes maybe but I'm not sure.
Thanks.
I thought about creating text file for every map which will look something like this:
Код:
spawn1=4340.79199 -2143.98535 15.60294 vehicle1=4357.69336 -2152.39355 15.60294 ...
Does anyone have any advice on creating this dynamic system? I know I could manage something up with includes maybe but I'm not sure.
Thanks.