possible?
#1

Hey guys. I'm making a FS but I need your help.
I'm now at this command.

pawn Код:
if (strcmp("/takedrugs", cmdtext, true, 10) == 0)
    {

  if(IsPlayerInRageOfObject(3.0,308);
  {
  SendClientMessage(playerid,0xFFFF00AA,"You are not near a drugs plant");
  return 1;
  }
  drugs[playerid] +=1;
 
    return 1;
    }
But yea the if(IsPlayerInRageOfObject(3.0,30; doesn't works ofcourse.
How to make something like that? SO it will work?
And how to delete that object directly?

Thanks in advance
Reply


Messages In This Thread
possible? - by bartje01 - 19.07.2010, 10:03
Re: possible? - by Mystique - 19.07.2010, 10:31
Re: possible? - by bartje01 - 19.07.2010, 10:34
Re: possible? - by Mystique - 19.07.2010, 10:38
Re: possible? - by bartje01 - 19.07.2010, 11:02
Re: possible? - by Joe_ - 19.07.2010, 11:11

Forum Jump:


Users browsing this thread: 2 Guest(s)