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