View Single Post
BulgarianPL
Member
Join Date: Dec 2013
Old 07-30-2019 , 16:27   Re: [CS:GO] Advanced ResetScore | 1.0.1
Reply With Quote #8

Quote:
Originally Posted by Ilusion9 View Post
PHP Code:

void RefreshScore
(int client)
{
    
int entity CreateEntityByName("game_score");
    
    if (
entity != -1)
    {
        
DispatchKeyValue(entity"points""0");
        
        
AcceptEntityInput(entity"ApplyScore"client);
        
AcceptEntityInput(entity"Kill");
    }

Where do you add this code and does it solve the problem?
BulgarianPL is offline