2warnings?
#1

ok so im getting these warnings from this code


Код:
else if(IsPlayerInRangeOfPoint(playerid, 12.0, 959.77075195,-1210.67639160,17.79789734))
        { //CIA GATE
            if(!(PlayerInfo[playerid][pMember] == 7)) return SendClientMessage(playerid,COLOR_GREY,"   You are not a member of the CIA !");
            if(ciagateopen == 0)
            {
                ciagateopen = 1;
            	MoveDynamicObject(ciagate, 966.39624023,-1210.71020508,17.79789734);//<--- Line 45309
			}
			else
			{
			    ciagateopen = 0;
			    MoveDynamicObject(ciagate, 959.77075195,-1210.67639160,17.79789734);//<--- Line 45314
			}
        }
Код:
C:\Users\Stephen-Laptop\Desktop\role\gamemodes\TRP.pwn(45309) : warning 202: number of arguments does not match definition
C:\Users\Stephen-Laptop\Desktop\role\gamemodes\TRP.pwn(45314) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
can some1 help?


and i converted them off mta through convertffs.com if their too long can some1 make them shorter ?ty
Reply


Messages In This Thread
2warnings? - by CrazyBlob - 22.04.2011, 14:16
Re: 2warnings? - by Jeffry - 22.04.2011, 14:20
Re: 2warnings? - by CrazyBlob - 22.04.2011, 14:21
Re: 2warnings? - by Jeffry - 22.04.2011, 14:22
Re: 2warnings? - by Seven_of_Nine - 22.04.2011, 14:30
Re: 2warnings? - by CrazyBlob - 22.04.2011, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)