get_user_origin() will get you the location of a player. You'll have to convert the coordinates into floating point values before using them in radius_damage().
Alternatively, if you are already using fakemeta, you can use pev(ent, pev_origin, fOrigin) where fOrigin is a floating point array with 3 elements.