13.11.2010, 12:53
Hi why won't this work it gives me the armour but it wont take the money for it.
Код:
if(strcmp(cmd,"/armour",true)==0) { if(GetPlayerMoney(playerid) < 1500) { SendClientMessage(playerid,COLOR_RED,"** Sorry, you do not have enough cash. You need $1500!"); } else { SetPlayerArmour(playerid,100); } if(!IsPlayerInRangeOfPoint(playerid, 10, 316.524994,-167.706985,999.661987) || IsPlayerInRangeOfPoint(playerid, 3,316.524994,-167.706985,999.661987)) { SendClientMessage(playerid,COLOR_RED,"** Sorry, you are not in a store."); } return 1; }