30.05.2012, 22:04
Hello..
I get a error when i try to make it that if your not within the range it will say
You Are Not Near Any Weed Spot..
but it gave me:
error:
I get a error when i try to make it that if your not within the range it will say
You Are Not Near Any Weed Spot..
but it gave me:
error:
pawn Код:
: error 029: invalid expression, assumed zero:
warning 215: expression has no effect
pawn Код:
if(strcmp(cmdtext, "/harvestweed", true)==0)
{
if (IsPlayerInRangeOfPoint(playerid, 5.0,2542.60009766,-1587.80004883,22.00000000))
}
else
SendClientMessage(playerid,COLOR_GREY,"You Are Not Near Any Weed Spot");
{