Raised This Month: $ Target: $400
 0% 

[Help] Precaching Model Wierdness


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zombie Lurker
Senior Member
Join Date: Mar 2009
Old 05-31-2009 , 07:26   [Help] Precaching Model Wierdness
Reply With Quote #1

Hey everyone. I've made a private plugin for myself but I have a wierd problem. In the plugin there is a code to precache some models. For some reason, whenever I start a room, my game always crashes. Here is the line of code which precaches the models.
PHP Code:
new const speed_zombi[] = {
 
"models/player/speed_zombi_host/speed_zombi_host.mdl"
 
"models/player/speed_zombi_origin/speed_zombi_origin.mdl"
}
 
public 
plugin_precache() {
 new 
i
 
for(0sizeof speed_zombii++)
  
precache_model(speed_zombi[i])

and when I start the game I get this error.

---------------------------
Fatal Error
---------------------------
Mod_NumForName: odels/player/speed_zombi_host/speed_zombi_host.mdl not found
---------------------------
OK
---------------------------

Why does the Mod_NumForName change the location from models to odels? I dont understand that. Hope to get some replies with help soon.
__________________
Zombie Lurker is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 05-31-2009 , 07:27   Re: [Help] Precaching Model Wierdness
Reply With Quote #2

new const speed_zombi[] -> new const speed_zombi[][]
__________________
Arkshine is offline
Zombie Lurker
Senior Member
Join Date: Mar 2009
Old 05-31-2009 , 07:36   Re: [Help] Precaching Model Wierdness
Reply With Quote #3

Thanks. It works now.
__________________
Zombie Lurker is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode