I don't understand why i am getting this.
#1

Код:
C:\Users\HCC\Desktop\Linux-Server\gamemodes\vx-rp.pwn(6023) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Something so simple...
pawn Код:
new Float:x, Float:y, Float:z;
                    GetPlayerPos(playerid, x, y, z);
                    if(IsPlayerInRangeOfPoint(playerid, 10.0, x, y, z))
                    {
                     SendClientMessage(playerid, COLOR_PURPLE, " %s Has Used Their Authorization Card To Open The Door" , szPlayerName);
                    }
                }
            }
Reply


Messages In This Thread
I don't understand why i am getting this. - by Robert_Crawford - 11.03.2012, 01:15
Re: I don't understand why i am getting this. - by jameskmonger - 11.03.2012, 01:18
Re: I don't understand why i am getting this. - by Robert_Crawford - 11.03.2012, 01:51
Re: I don't understand why i am getting this. - by new121 - 11.03.2012, 03:05
Re: I don't understand why i am getting this. - by Nicholas. - 11.03.2012, 03:07
Re: I don't understand why i am getting this. - by eesh - 11.03.2012, 03:07
Re: I don't understand why i am getting this. - by new121 - 11.03.2012, 03:13
Re: I don't understand why i am getting this. - by jameskmonger - 11.03.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)