View Single Post
aron9forever
Veteran Member
Join Date: Feb 2013
Location: Rromania
Old 11-11-2017 , 10:10   Re: Make plugin_prechase called after plugin_cfg
Reply With Quote #23

nobody said that you can't use a config file
people are saying you can not use a CVAR

there is nothing stopping you from creating your own config file format, reading it manually at precache with fopen and parsing it for your models, like many other plugins are doing, but it is impossible to use a cvar for this (it will work, but your cvar will always have default value, since it's being set after you check it, so then what's the point?)
__________________
Meanwhile, in 2050:
Quote:
Originally Posted by aron9forever
useless small optimizations
Quote:
Originally Posted by Black Rose View Post
On a map that is 512x512x128 units you end up with 3,355,443,200,000 different "positions". To store each one of those positions individually in the variable "user_or" you need 12 terabytes of memory.

Last edited by aron9forever; 11-11-2017 at 10:10.
aron9forever is offline