i got a lil problem in my cruise insim
if a user has negative money it has ( $ ) around the money but when a user has +money its fine my code for it is
if a user has negative money it has ( $ ) around the money but when a user has +money its fine my code for it is
<?php
openPrivButton( "Cruise_HUD_Cash",2,140,20,5,12,-1,32,strFormat( "^7Cash: {0:C}",GetCurrentPlayerVar( "Cash" ) ) );
?>