You are not logged in.
Pages: 1
SALUT
I have a problem with VSP STATS URL, I see all the players but there is no Kills + Deaths + Eff% DS + K + KS + D + K G +, mention that this problem exists in nitmod 2.2 Finally, someone has an idea that would be solving
My log option
set g_log "nitmod.log"
set g_logAdmin "adminlogs.log"
set g_logOptions "2"
set g_logSync "1"
set g_logCrash "crash.log"
Offline
I've not used VSP stats for a while, i'm not sure how it works anymore.
It tracks players by GUID, right ? Then this could be an issue because "cl_guid" userinfo key is probably empty for most players.
I don't know, maybe wait until someone sees this thread and can explain how it works because i can't help on that point
Offline
need to change cl_guid to n_guid somewhere, id have to look.
http://linux-az.com/vsp2/pub/themes/bismarck/index.php
this does work,though the dates arent right.
if (!strcmp($Vf986617c,"n_guid")) { $V0b5a0d9e=$Vada01463; } else if (!strcmp($Vf986617c,"ip")) {
if (!strcmp($Vf986617c,"cl_guid")) { $V0b5a0d9e=$Vada01463; } else if (!strcmp($Vf986617c,"ip")) {
Thats the line in vsp-wet.php, you might have to search a while.
Last edited by blindman (21-Oct-12 01:30:00)
Offline
Pages: 1