[Include] [INC] LCS 1.1.1 [REL: 6 Aug 2008]| Checkpoint Streamer
#31

Quote:
Originally Posted by DrDoom151
View Post
I noticed the same thing.
Any chance you could fix this?
Except for this bug, I think this is an extremely user-friendly and well working streamer! Great job.
I guess the problem starts here:

Code:
stock LCS_DestroyCheckpoint( checkpointid )
{
	if ( LCS_IsValidCheckpoint( checkpointid ) == 1 )
	{
		dyncheckcoords[LCScount][0] = 0;
		dyncheckcoords[LCScount][1] = 0;
		dyncheckcoords[LCScount][2] = 0;
		dyncheckcoords[LCScount][3] = 0;
	}
	return checkpointid;
}
Replace LCScount with checkpointid. Probably it was just copy-pasted from another function, sorry.

Finally, something like that (edit the include file):
Code:
stock LCS_DestroyCheckpoint( checkpointid )
{
	if ( LCS_IsValidCheckpoint( checkpointid ) == 1 )
	{
		dyncheckcoords[checkpointid][0] = 0;
		dyncheckcoords[checkpointid][1] = 0;
		dyncheckcoords[checkpointid][2] = 0;
		dyncheckcoords[checkpointid][3] = 0;
	}
	return checkpointid;
}
Reply


Messages In This Thread
[INC] LCS 1.1.1 [REL: 6 Aug 2008]| Checkpoint Streamer - by [LDT]LuxurY - 21.01.2008, 11:39
Re: [INC] LCS [1.0] | Checkpoint Streamer - by Jashugan - 21.01.2008, 11:50
Re: [INC] LCS [1.0] | Checkpoint Streamer - by cmg4life - 21.01.2008, 12:59
Re: [INC] LCS [1.0] | Checkpoint Streamer - by Grove - 21.01.2008, 13:32
Re: [INC] LCS [1.0] | Checkpoint Streamer - by Jashugan - 21.01.2008, 14:22
Re: [INC] LCS [1.0] | Checkpoint Streamer - by [LDT]LuxurY - 21.01.2008, 14:28
Re: [INC] LCS [1.0] | Checkpoint Streamer - by Zaka - 21.01.2008, 14:33
Re: [INC] LCS [1.0] | Checkpoint Streamer - by Jashugan - 21.01.2008, 16:09
Re: [INC] LCS [1.0] | Checkpoint Streamer - by snipe69 - 21.01.2008, 16:13
Re: [INC] LCS [1.0] | Checkpoint Streamer - by [LDT]LuxurY - 22.01.2008, 09:47
Re: [INC] LCS [1.0] | Checkpoint Streamer - by Rafelder_GRF - 22.01.2008, 13:31
Re: [INC] LCS [1.0] | Checkpoint Streamer - by [LDT]LuxurY - 22.01.2008, 16:13
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by snipe69 - 23.01.2008, 15:48
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by [LDT]LuxurY - 23.01.2008, 16:29
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by rawen360 - 06.02.2008, 14:06
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by rawen360 - 06.02.2008, 14:06
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by [LDT]LuxurY - 06.02.2008, 15:14
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by rawen360 - 07.02.2008, 14:43
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by [LDT]LuxurY - 07.02.2008, 15:27
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by Puffmac - 07.02.2008, 16:48
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by [LDT]LuxurY - 08.02.2008, 11:34
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by Numhaken - 08.02.2008, 14:57
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by [LDT]LuxurY - 08.02.2008, 15:52
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by Numhaken - 08.02.2008, 15:54
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by snipe69 - 08.02.2008, 16:10
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by Pro - 16.03.2008, 20:28
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by On_Top_Non_Stop - 28.03.2008, 10:10
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by Polar - 27.04.2008, 11:25
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by hoodline - 27.04.2008, 12:00
Re: [INC] LCS 1.1 [REL: 22 Jan 2008]| Checkpoint Streamer - by Mynde[W] - 12.07.2008, 04:23
Re: [INC] LCS 1.1.1 [REL: 6 Aug 2008]| Checkpoint Streamer - by [LDT]LuxurY - 01.11.2011, 19:18

Forum Jump:


Users browsing this thread: 3 Guest(s)