I use my own version of the hungarian notation.
n for vars: nDistance
i for integer: iIndex
str for strings: strName
vec for vector: vecPosition
ang for angles: angOrientation
ent for entities: entPlayer
and so on...

It enhances the readability of the code a lot.