What am i doing wrong!!!
#3

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 30.0,2460.5691,-2118.7847,13.5530))return SendClientMessage(playerid, 0xE0313AFF, "(( [Mechanic]You are not at the mechanic HQ! ))");
Change that to

pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, 30.0,2460.5691,-2118.7847,13.5530))return SendClientMessage(playerid, 0xE0313AFF, "(( [Mechanic]You are not at the mechanic HQ! ))");

Notice the !, it basically makes it....
pawn Код:
if(Something == 0)
When it would originally be
pawn Код:
if(Something == 1)
Reply


Messages In This Thread
What am i doing wrong!!! - by NicholasA - 24.12.2012, 09:11
Re: What am i doing wrong!!! - by GoldZoroGrab - 24.12.2012, 09:15
Re: What am i doing wrong!!! - by [ABK]Antonio - 24.12.2012, 09:16
Re: What am i doing wrong!!! - by NicholasA - 24.12.2012, 09:19
Re: What am i doing wrong!!! - by DaRk_RaiN - 24.12.2012, 09:21
Re: What am i doing wrong!!! - by [ABK]Antonio - 24.12.2012, 09:23
Re: What am i doing wrong!!! - by DaRk_RaiN - 24.12.2012, 09:25
Re: What am i doing wrong!!! - by Konstantinos - 24.12.2012, 09:28
Re: What am i doing wrong!!! - by [ABK]Antonio - 24.12.2012, 09:29
Re: What am i doing wrong!!! - by DaRk_RaiN - 24.12.2012, 09:31

Forum Jump:


Users browsing this thread: 2 Guest(s)