warning help
#2

Actually, you have this:

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 6, 294.3638,-82.5354,1001.5156,90.4606)) return SendClientMessage(playerid, COLOR_GREY, "You are not near the ammunation rob point.");
You have 6 arguments. You need only 5.

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, Range, X, Y, Z)) return SendClientMessage(playerid, COLOR_GREY, "You are not near the ammunation rob point.");
You put Angle too. I think..
Correct code:

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 6, 294.3638,-82.5354,1001.5156)) return SendClientMessage(playerid, COLOR_GREY, "You are not near the ammunation rob point.");
Reply


Messages In This Thread
warning help - by Rabea - 06.01.2015, 18:11
Re: warning help - by HY - 06.01.2015, 18:20
Re: warning help - by Rabea - 06.01.2015, 18:26
Re: warning help - by Rabea - 06.01.2015, 18:37
Re: warning help - by Sid_Alexander - 06.01.2015, 18:38
Re: warning help - by HY - 06.01.2015, 18:40
Re: warning help - by Rabea - 06.01.2015, 18:41

Forum Jump:


Users browsing this thread: 1 Guest(s)