22.04.2011, 14:16
ok so im getting these warnings from this code
can some1 help?
and i converted them off mta through convertffs.com if their too long can some1 make them shorter ?ty
Код:
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.
and i converted them off mta through convertffs.com if their too long can some1 make them shorter ?ty


