I am making a script that shows the number of caps each person has at the end of the round but I cant get GetPlayerStat(ID,'Flags') to work (it always turns up 0).
1) Why won't GetPlayerStat(ID,'Flags') work?
2) Is it possible to change a player var such as health with GetPlayerStat(ID,'Heath') := GetPlayerStat(ID,'Health') + 50
3) Is there an event for the round being over (when it freezes and shows the scores) that I can use instead of OnMapChange?
Thank you.