03.05.2016, 09:55
Is it only me or?
These I get when I compile blow up code....
Also here are the line which are causing this errors:
Код:
D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(34) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(35) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(36) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(38) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(39) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(40) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(42) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(43) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(44) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(45) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(73) : warning 217: loose indentation D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(101) : error 017: undefined symbol "CR_IsDynamicIdxAvailable" D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(107) : warning 213: tag mismatch D:\Server\Server\SA-MP Server\gamemodes\blowup.pwn(162) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Also here are the line which are causing this errors:
pawn Код:
CR_CreateDynamicCol(0, obj[0], 1221, 1.5, 135.68100, -91.73073, 1.06152, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(1, obj[1], 1221,1.5, 134.53696, -91.79777, 1.06152, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(2, obj[2], 1221,1.5, 133.09566, -91.88223, 1.06152, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(3, obj[3], 1221,1.5, 131.76138, -91.96041, 1.06152, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(4, obj[4], 1221,1.5, 134.45720, -91.80853, 3.18867, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(5, obj[5], 1221,1.5, 133.84770, -91.83816, 2.07358, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(6, obj[6], 1221,1.5, 132.42287, -91.92165, 2.07358, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(7, obj[7], 1221,1.5, 135.06685, -91.76672, 2.07358, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(8, obj[8], 1221,1.5, 133.13399, -91.89931, 3.18867, 0.00000, 0.00000, 0.00000);
CR_CreateDynamicCol(9, obj[9], 1221,1.5, 133.73849, -91.85670, 4.15000, 0.00000, 0.00000, 0.00000);
if(!CR_IsDynamicIdxAvailable(10))
CR_CreateDynamicCol(10, bullet, 19342, 1.5, x + 5 * floatsin(-angle, degrees), y + 5 * floatcos(-angle, degrees), z, 0.00000, 0.00000, 0.00000, 1);
CR_CreateVehicleCol(0, vid, 418, vx, vy, vz, rx, ry, rz, rw);