Raised This Month: $ Target: $400
 0% 

forcing dl models


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
s.w.a.t
Member
Join Date: Apr 2004
Old 09-07-2005 , 19:34   forcing dl models
Reply With Quote #1

/*
* Plugin for sounds precache
*/

#include <amxmodx>

public plugin_precache(){
precache_sound( "misc/impressive.wav")
precache_sound( "misc/headshot.wav")
precache_sound( "misc/multikill.wav")
precache_sound( "misc/doublekill.wav")
precache_sound( "misc/godlike.wav")
precache_sound( "misc/ultrakill.wav")
precache_sound( "misc/killingspree.wav")
precache_sound( "misc/rampage.wav")
precache_sound( "misc/unstoppable.wav")
precache_sound( "misc/monsterkill.wav")
precache_sound( "misc/humiliation.wav")
precache_sound("misc/knockedout.wav")
precache_sound( "misc/firstblood.wav" )
precache_sound( "misc/maytheforce.wav" )
precache_sound( "misc/oneandonly.wav" )
precache_sound( "misc/prepare.wav" )
precache_sound( "misc/oneandonly.wav" )
precache_model("models/player/gign/gign.mdl")
precache_model("models/player/sas/sas.mdl")
precache_model("models/player/gsg9/gsg9.mdl")
precache_model("models/player/urban/urban.mdl")
precache_model("models/player/arctic/arctic.mdl")
precache_model("models/player/leet/leet.mdl")
precache_model("models/player/guerilla/guerilla.mdl")
precache_model("models/player/terror/terror.mdl")
precache_model("models/player/vip/vip.mdl")

return PLUGIN_CONTINUE
}

public plugin_init() {
register_plugin("Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team")


this should make clients dl old cs models upon entering server right? if not what do i need to change...
s.w.a.t 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 14:31.


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