Thread: [Solved] Models of HL working on CS
View Single Post
Author Message
artYY
Member
Join Date: May 2020
Location: Brazil, Curitiba, PR
Old 09-06-2020 , 21:17   Models of HL working on CS
Reply With Quote #1

Hello guys,

I've been a problem on my server. The models of HL are working on server when the player put model "vip" or model "gordon".

I tried this command above, but doesn't resolve.

PHP Code:
#include <amxmodx>
#include <fakemeta>

public FWSetClientKeyValueIndex, const InfoBuffer[], const Key[] )
{
    if( 
equalKey"model" ) )
        return 
FMRES_SUPERCEDE;
    
    return 
FMRES_IGNORED;

Anyone can help me?
__________________

Last edited by artYY; 09-20-2020 at 02:31.
artYY is offline