Guys does anyone know why my walkablefloorZ value doesn't seem to work for gametype none and how I can fix this?
Announcement
Collapse
No announcement yet.
WalkableFloorZ
Collapse
X
-
That variable are declared in Pawn.uc, your class are extending from Pawn.uc (or some other that extends from pawn.uc, like UDKpawn.uc, for example) ?
If not (for example are extending directly from actor.uc), then that var doesn't exists in your code. You can create it in your class and do a copy of the functions thats manage it, if you need.
Comment
Comment