Why doesn't this work?
#5

Try returning 0 instead of 1.
pawn Код:
if(GetPlayerMoney(playerid) < CarArray[carid])
{
     SendClientMessage(playerid, color, "You can't afford this!");
     return  0;
}
Reply


Messages In This Thread
Why doesn't this work? - by Anteino - 26.12.2010, 00:58
Re: Why doesn't this work? - by Haydz - 26.12.2010, 01:08
Re: Why doesn't this work? - by Anteino - 26.12.2010, 09:43
Re: Why doesn't this work? - by Anteino - 26.12.2010, 22:03
Re: Why doesn't this work? - by randomkid88 - 26.12.2010, 22:11
Re: Why doesn't this work? - by [WF]Demon - 26.12.2010, 22:23
Re: Why doesn't this work? - by JamesC - 26.12.2010, 22:32
Re: Why doesn't this work? - by Anteino - 26.12.2010, 23:07
Re: Why doesn't this work? - by JamesC - 26.12.2010, 23:18
Re: Why doesn't this work? - by Babul - 26.12.2010, 23:18

Forum Jump:


Users browsing this thread: 1 Guest(s)