Thread: Changing model
View Single Post
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 09-01-2005 , 18:10  
#11

You forgot the other part of the code that is still asking for the old model.
Change (line 224-22:
Code:
    #if defined AMXX_VERSION     cs_set_user_model(id, "masterchief")     #else     CS_SetModel(id, "masterchief")     #endif
to this:
Code:
    #if defined AMXX_VERSION     cs_set_user_model(id, "master_chief")     #else     CS_SetModel(id, "master_chief")     #endif
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu