11.12.2013, 03:01
pawn Код:
/// These values were gathered by assumption of the size of the screen
#if 1 // change this to 0 if you use widescreen - or create an player array and let the player decide
const
Float: cInGameX = 0.7,
Float: cInGameY = 0.525,
Float: cOnScreenX = 640.0,
Float: cOnScreenY = 447.0
;
#else
const // Widescreen
Float: cInGameX = 0.7,
Float: cInGameY = 0.4,
Float: cOnScreenX = 640.0,
Float: cOnScreenY = 447.0
;
#endif