[Plugin] cimulator - collision detection and physics simulation
#61

Is it only me or?
Код:
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.
These I get when I compile blow up code....

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);
Reply


Messages In This Thread
cimulator - collision detection and physics simulation - by codectile - 25.11.2015, 15:25
Re: cimulator - collision detection and physics simulation - by Pottus - 25.11.2015, 15:29
Re: cimulator - collision detection and physics simulation - by codectile - 25.11.2015, 15:44
Re: cimulator - collision detection and physics simulation - by Stanford - 03.12.2015, 15:34
Re: cimulator - collision detection and physics simulation - by SkittlesAreFalling - 03.12.2015, 15:37
Re: cimulator - collision detection and physics simulation - by codectile - 03.12.2015, 18:08
Re: cimulator - collision detection and physics simulation - by TwinkiDaBoss - 03.12.2015, 19:01
Re: cimulator - collision detection and physics simulation - by codectile - 04.12.2015, 01:54
Re: cimulator - collision detection and physics simulation - by Crayder - 04.12.2015, 03:03
Re: cimulator - collision detection and physics simulation - by codectile - 04.12.2015, 03:45
Re: cimulator - collision detection and physics simulation - by Crayder - 04.12.2015, 04:38
Re: cimulator - collision detection and physics simulation - by codectile - 04.12.2015, 11:44
Re: cimulator - collision detection and physics simulation - by Stanford - 04.12.2015, 12:28
Re: cimulator - collision detection and physics simulation - by Cypress - 05.12.2015, 19:57
Re: cimulator - collision detection and physics simulation - by DRIFT_HUNTER - 05.12.2015, 20:50
Re: cimulator - collision detection and physics simulation - by codectile - 06.12.2015, 03:48
Re: cimulator - collision detection and physics simulation - by Crayder - 06.12.2015, 14:46
Re: cimulator - collision detection and physics simulation - by codectile - 06.12.2015, 16:13
Re: cimulator - collision detection and physics simulation - by Crayder - 06.12.2015, 19:09
Re: cimulator - collision detection and physics simulation - by codectile - 07.12.2015, 01:48
Re: cimulator - collision detection and physics simulation - by iWhite - 07.12.2015, 13:12
Re: cimulator - collision detection and physics simulation - by Stanford - 07.12.2015, 13:49
Re: cimulator - collision detection and physics simulation - by Romz - 07.12.2015, 13:52
Re: cimulator - collision detection and physics simulation - by Crayder - 07.12.2015, 16:03
Re: cimulator - collision detection and physics simulation - by codectile - 07.12.2015, 17:03
Re: cimulator - collision detection and physics simulation - by Romz - 09.12.2015, 14:30
Re: cimulator - collision detection and physics simulation - by codectile - 10.12.2015, 09:17
Re: cimulator - collision detection and physics simulation - by Riddick94 - 16.12.2015, 20:53
Re: cimulator - collision detection and physics simulation - by DRIFT_HUNTER - 16.12.2015, 22:06
Re: cimulator - collision detection and physics simulation - by codectile - 17.12.2015, 02:18
Re: cimulator - collision detection and physics simulation - by DRIFT_HUNTER - 17.12.2015, 06:59
Re: cimulator - collision detection and physics simulation - by Stanford - 31.12.2015, 16:10
Re: cimulator - collision detection and physics simulation - by codectile - 31.12.2015, 17:32
Re: cimulator - collision detection and physics simulation - by Stanford - 31.12.2015, 18:12
Re: cimulator - collision detection and physics simulation - by codectile - 01.01.2016, 05:09
Re: cimulator - collision detection and physics simulation - by Romz - 03.01.2016, 16:11
Re: cimulator - collision detection and physics simulation - by codectile - 03.01.2016, 16:26
Re: cimulator - collision detection and physics simulation - by Stanford - 03.01.2016, 16:32
Re: cimulator - collision detection and physics simulation - by Romz - 03.01.2016, 17:55
Re: cimulator - collision detection and physics simulation - by Sublime - 04.01.2016, 12:16
Re: cimulator - collision detection and physics simulation - by codectile - 04.01.2016, 12:34
Re: cimulator - collision detection and physics simulation - by Stanford - 06.01.2016, 03:51
Re: cimulator - collision detection and physics simulation - by Crayder - 06.01.2016, 04:23
Re: cimulator - collision detection and physics simulation - by Stanford - 06.01.2016, 04:54
Re: cimulator - collision detection and physics simulation - by Crayder - 06.01.2016, 05:13
Re: cimulator - collision detection and physics simulation - by codectile - 06.01.2016, 12:29
Re: cimulator - collision detection and physics simulation - by Stanford - 06.01.2016, 18:51
Re: cimulator - collision detection and physics simulation - by codectile - 07.01.2016, 08:46
Re: cimulator - collision detection and physics simulation - by Stanford - 07.01.2016, 10:00
Re: cimulator - collision detection and physics simulation - by tungki - 07.01.2016, 13:18
Respuesta: Re: cimulator - collision detection and physics simulation - by ipsBruno - 30.03.2016, 07:22
Re: cimulator - collision detection and physics simulation - by codectile - 30.03.2016, 09:10
Respuesta: Re: cimulator - collision detection and physics simulation - by ipsBruno - 30.03.2016, 12:57
Re: Respuesta: Re: cimulator - collision detection and physics simulation - by Crayder - 30.03.2016, 14:34
Respuesta: Re: Respuesta: Re: cimulator - collision detection and physics simulation - by ipsBruno - 30.03.2016, 15:34
Re: Respuesta: Re: Respuesta: Re: cimulator - collision detection and physics simulation - by Crayder - 30.03.2016, 16:07
Re: cimulator - collision detection and physics simulation - by Finn - 30.03.2016, 19:11
Re: cimulator - collision detection and physics simulation - by codectile - 03.04.2016, 15:50
Re: cimulator - collision detection and physics simulation - by Pottus - 03.05.2016, 01:09
Re: cimulator - collision detection and physics simulation - by AIped - 03.05.2016, 08:05
Re: cimulator - collision detection and physics simulation - by Sanady - 03.05.2016, 09:55
Re: cimulator - collision detection and physics simulation - by Sanady - 03.05.2016, 09:59
Re: cimulator - collision detection and physics simulation - by codectile - 03.05.2016, 10:47
Re: cimulator - collision detection and physics simulation - by Sanady - 03.05.2016, 11:31
Re: cimulator - collision detection and physics simulation - by codectile - 03.05.2016, 12:10
Re: cimulator - collision detection and physics simulation - by VAWYLoN - 14.05.2016, 03:26
Re: cimulator - collision detection and physics simulation - by Crayder - 16.05.2016, 13:19
Re: cimulator - collision detection and physics simulation - by VAWYLoN - 17.05.2016, 08:47
Re: cimulator - collision detection and physics simulation - by codectile - 24.06.2016, 08:48
Re: cimulator - collision detection and physics simulation - by Crayder - 24.06.2016, 19:59
Re: cimulator - collision detection and physics simulation - by usersamp - 05.08.2016, 12:44

Forum Jump:


Users browsing this thread: 2 Guest(s)