25.11.2010, 19:06
It's obvious.
GetPlayerMoney( playerid ) <= 5000
You can read that like this
I have $10.000 in my [pocket, and i check ( <= ) if i have less than / or 5000.
Same goes for >=.
== is i have 5000 in pocket and i need 5000.
GetPlayerMoney( playerid ) <= 5000
You can read that like this
I have $10.000 in my [pocket, and i check ( <= ) if i have less than / or 5000.
Same goes for >=.
== is i have 5000 in pocket and i need 5000.