05.08.2011, 07:57
heress my errors
and heres my code
Код:
C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(223) : warning 217: loose indentation C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(224) : warning 217: loose indentation C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(248) : warning 217: loose indentation C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(455) : warning 217: loose indentation C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(497) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(498) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(499) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(500) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(501) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(502) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(503) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(504) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(505) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(506) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(507) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(508) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(509) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(510) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(511) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(512) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(513) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(514) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(515) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(516) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(517) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(518) : error 022: must be lvalue (non-constant) C:\Documents and Settings\Gaming.SLIM-D48ECACC66\Desktop\Copy of Copy of Project Cuff\gamemodes\copsnrobbers.pwn(519) : error 022: must be lvalue (non-constant)
pawn Код:
if(strcmp(cmdtext, "/boatc", true) == 0)
{
MoveObject(boat1, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat2, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat3, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat4, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat5, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat6, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat7, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat8, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat9, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat10, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat11, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat12, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat13, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat14, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat15, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat16, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat17, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat18, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat19, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat20, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat21, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat22, --2651.35, 1595.41, -200.0000, 2.0);
MoveObject(boat23, --2651.35, 1595.41, -200.0000, 2.0);
return 1;
}