02.04.2012, 03:27
Quote:
Although that would be nice, I can think of plenty of ways to detect if a player loses money through Pay'n'Spray garages.
1. Location checks (have an array(?) of garage locations and use GetPlayerDistanceFromPoint) 2. Camera mode check (GetPlayerCameraMode probably returns 15) 3. Simply decrease the player's server money if GetPlayerMoney, at some point, returns less than it should. |