View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 04-09-2019 , 10:54   Re: [CS:GO] Advanced ResetScore | 1.0.1
Reply With Quote #6

Quote:
Originally Posted by BeNq! View Post
Did not work. Resets statistics, but restores them in the next round.
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");
    }

__________________
Ilusion9 is offline