startsound not precached
what does this mean i get this in console and alot more
"SV_StartSound: player/pl_step1.wav not precached (0)" |
Re: startsound not precached
EXAMPLE:
// new array declaration new g_szStepSound[4][] = { "player/pl_step1.wav", "player/pl_step2.wav", "player/pl_step3.wav", "player/pl_step4.wav" }; you must add this =>>> for(new i = 0; i < 4; i++) precache_sound(g_szStepSound[i]); IN =>>> public plugin_precache() { } |
Re: startsound not precached
im confused
|
Re: startsound not precached
there is a missing code in your plugin .... you need to give me the list of plugins + sma
|
Re: startsound not precached
Is there a plugin to fix it? because i dont have all the sma
|
Re: startsound not precached
just snd me your amxmodx FOLDER
|
| All times are GMT -4. The time now is 01:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.