Help me with this error
#8

Код:
else if(!IsPlayerInRangeOfPoint(playerid, 434.2499,1521.3287,1001.0000)) return SendClientMessage(playerid, GREY, "You are not at the Control Room."); 

C:\Users\John\Desktop\Prison RP\gamemodes\PRP.pwn(9051) : warning 202: number of arguments does not match definition
Correct parameters for IsPlayerInRangeOfPoint are (playerid, Float:range, Float:x, Float:y, Float:z)

Код:
C:\Users\John\Desktop\Prison RP\gamemodes\PRP.pwn(9052) : warning 217: loose indentation
C:\Users\John\Desktop\Prison RP\gamemodes\PRP.pwn(9071) : warning 217: loose indentation
C:\Users\John\Desktop\Prison RP\gamemodes\PRP.pwn(9072) : warning 217: loose indentation
Fix the indentation.

Код:
C:\Users\John\Desktop\Prison RP\gamemodes\PRP.pwn(961) : warning 204: symbol is assigned a value that is never used: "IsolationVW"
You can simply remove "IsolationVW" variable, it's unused.

Edit:
Quote:
Originally Posted by DandyCorleone
Посмотреть сообщение
recommendation

PHP код:
... 
Sorry, but please tell him which lines you've changed and also give an explanation why does he got those warnings.
And also in your code:
Код:
if(!IsPlayerInRangeOfPoint(playerid, 434.2499,1521.3287,1001.0000))
It will still trigger "number of arguments does not match definition" warning.
Reply


Messages In This Thread
Help me with this error - by BigGreen - 08.02.2017, 02:13
Re: Help me with this error - by X337 - 08.02.2017, 02:18
Re: Help me with this error - by DandyCorleone - 08.02.2017, 02:19
Re: Help me with this error - by BigGreen - 08.02.2017, 02:22
Re: Help me with this error - by DandyCorleone - 08.02.2017, 02:37
Re: Help me with this error - by BigGreen - 08.02.2017, 02:42
Re: Help me with this error - by DandyCorleone - 08.02.2017, 03:14
Re: Help me with this error - by X337 - 08.02.2017, 03:18
Re: Help me with this error - by BigGreen - 08.02.2017, 03:30
Re: Help me with this error - by BigGreen - 08.02.2017, 04:15

Forum Jump:


Users browsing this thread: 3 Guest(s)