Raised This Month: $ Target: $400
 0% 

Solved Model


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 07-21-2019 , 07:33   Re: Model
Reply With Quote #1

Yes, that's what I noticed, and I removed it, and still not

tried this:
PHP Code:
public fw_spawnIndex )
{
    if( !
is_user_aliveIndex ) || is_user_botIndex ) )
        return;
   
    if (
cs_get_user_teamIndex ) == CS_TEAM_CTcs_set_user_modelIndex"g_szModelsCT")
   
    else if (
cs_get_user_teamIndex ) == CS_TEAM_Tcs_set_user_modelIndex"g_szModelsT")

Quote:
Error: could not load file models/player/g_szModelsT/g_szModelsT.mdl
EDIT: Fixed i dont know why should i set my folder mdl on this lines:
PHP Code:
public fw_spawnIndex )
{
    if( !
is_user_aliveIndex ) || is_user_botIndex ) )
        return;

    if( 
cs_get_user_teamIndex ) == CS_TEAM_CT )
    {
        
cs_set_user_modelIndex"CTSkin" );
    }

    else if( 
cs_get_user_teamIndex ) == CS_TEAM_T )
    {
        
cs_set_user_modelIndex"TSkin" );
    }


Last edited by Fuck For Fun; 07-21-2019 at 07:42.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Reply



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 17:31.


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