22.08.2015, 23:40
(
Последний раз редактировалось JeaSon; 23.08.2015 в 07:12.
)
So basically you are checking its equal to or greater then you need to do is
PHP код:
if(GetPlayerMoney(playerid) >= 100)// this means < is greater and = this is equal and it will check if floatround money is greater then getplayermoney or equal to floatroundthen it will send that message
{
//it will check for money if he have 100 or above then account will be performed
}
else
{
// here if player money is below then 100 it will send message you dont have enough money
}