Well, thanks a lot but I have few questions.

Are these stats server-side or client-side? (I mean can player edit his stats) (What is the path to it)


Is it correct?

customStatsTable.csv
PHP Code:
3150,kills
3151
,score
3152
,connects
3153
,spawns 
.gsc script
PHP Code:
getDatadataName )
{
    return 
self getStatint(tableLookup"mp/customStatsTable.csv"1dataName)) );
}

setDatadataNamevalue )
{
    
self setStatint(tableLookup"mp/customStatsTable.csv"1dataName)), value );    
}

addDatadataNamevalue )
{
    
newValue getDatadataName ) + value;
    
self setStatint(tableLookup"mp/customStatsTable.csv"1dataName)), newValue );    

mod.csv
PHP Code:
stringtable,mp/customStatsTable.csv