Raised This Month: $ Target: $400
 0% 

[solved]help me! (need an answer FAST!)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 11-14-2010 , 06:45   [solved]help me! (need an answer FAST!)
Reply With Quote #1

guys can i get help from all of you?

i'd tried this precache method i made and i want to ask anyone of you.

WILL THIS WORK??!!?!?
PHP Code:
new ibuffer[100], sky[1024
    for(new 
0MAX_MODELSi++) 
    { 
        
formatex(buffersizeof buffer 1"models/player/%s/%s.mdl"ALL_MODELS], ALL_MODELS])
        
engfunc(EngFunc_PrecacheModelbuffer);
    }
    for(new 
0MAX_WAVSi++) 
    { 
        
engfunc(EngFunc_PrecacheSoundALL_WAVS]); 
    }
    for(new 
0MAX_MP3Si++) 
    { 
        
engfunc(EngFunc_PrecacheGenericALL_MP3S]); 
    }
    for(new 
0MAX_SKYNAMESi++) 
    { 
        
formatex(skysizeof buffer 1"gfx/env/%sbk.tga"ALL_SKYNAMES], ALL_SKYNAMES])
        
engfunc(EngFunc_PrecacheGenericsky);
        
formatex(skysizeof buffer 1"gfx/env/%sdn.tga"ALL_SKYNAMES], ALL_SKYNAMES])
        
engfunc(EngFunc_PrecacheGenericsky);
        
formatex(skysizeof buffer 1"gfx/env/%sft.tga"ALL_SKYNAMES], ALL_SKYNAMES])
        
engfunc(EngFunc_PrecacheGenericsky);
        
formatex(skysizeof buffer 1"gfx/env/%slf.tga"ALL_SKYNAMES], ALL_SKYNAMES])
        
engfunc(EngFunc_PrecacheGenericsky);
        
formatex(skysizeof buffer 1"gfx/env/%srt.tga"ALL_SKYNAMES], ALL_SKYNAMES])
        
engfunc(EngFunc_PrecacheGenericsky);
        
formatex(skysizeof buffer 1"gfx/env/%sup.tga"ALL_SKYNAMES], ALL_SKYNAMES])
        
engfunc(EngFunc_PrecacheGenericsky);
    } 
it also gives a warning:
Quote:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Warning: Symbol is never used: "i" on line 555
Header size: 7860 bytes
Code size: 258576 bytes
Data size: 235204 bytes
Stack/heap size: 16384 bytes; max. usage is unknown, due to recursion
Total requirements: 518024 bytes

1 Warning.
Done.
__________________

Last edited by jc980; 11-14-2010 at 08:00.
jc980 is offline
 



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 11:23.


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