 |
|
Veteran Member
Join Date: Oct 2004
Location: abort73.com
|

10-13-2005
, 15:20
|
#5
|
a) You set the model to "model" as previously pointed out.
b) plugin_precache is called before plugin_init, so the g_szInfo array will be empty and nothing will get precached. try putting ReadFile() at the start of plugin_precache instead of the end of plugin_init?
c) it's possible that there could be something wrong with your while() statement that reads the file which is causing an infinite loop, but I'm not sure, only try messing with that if nothing else works.
__________________
No longer around. Thanks your support, everyone! As always: THIS ONES FOR YOU
3000 PTS
|
|
|
|