29.05.2012, 15:57
Maybe this works - I'm not too sure, you could try it (Incase you need specific checks on the player's money for some reason
Not too sure if it would work - I've never tried.
pawn Code:
if(GetPlayerMoney(playerid) == -5)
{
//If their cash is "$-5".
}