Hey guys i want a button for bank cash on my screen but it just wont work
Here is my code :
Here is my code :
<?php
#region ' Button on screen '
{
if (Conn.TotalDistance == 1)
{
InSim.Send_BTN_CreateButton("^7Bank Cash ^1$" + Conn.BankBalance, Flags.ButtonStyles.ISB_LEFT, 4, 40, 69, 54, 220, Conn.UniqueID, 2, false);
}
}
#endregion
?>