[Tutorial] Perfect Protection against invalid mods.
#22

For those of you saving carmods and such, this could probably be very useful.

It includes a very quick version of islegalcarmod, and an iterator for valid components (needs y_iterator aka foreach).

Example:
pawn Code:
print("Landstalker can handle components:");

foreach(new componentid : ValidComponents(400)) {
    printf("\t- %d", componentid);
}
output:
Code:
Landstalker can handle components:
	- 1008
	- 1009
	- 1010
	- 1013
	- 1018
	- 1019
	- 1020
	- 1021
	- 1024
	- 1025
	- 1073
	- 1074
	- 1075
	- 1076
	- 1077
	- 1078
	- 1079
	- 1080
	- 1081
	- 1082
	- 1083
	- 1084
	- 1085
	- 1086
	- 1087
	- 1096
	- 1097
	- 1098
Reply


Messages In This Thread
Perfect Protection against invalid mods. - by JernejL - 10.02.2012, 23:07
Re: Perfect Protection against invalid mods. - by Face9000 - 10.02.2012, 23:09
Re: Perfect Protection against invalid mods. - by Hoborific - 11.02.2012, 02:44
Re: Perfect Protection against invalid mods. - by Sufyan - 11.02.2012, 02:52
Re: Perfect Protection against invalid mods. - by Nicholas. - 11.02.2012, 02:56
Re: Perfect Protection against invalid mods. - by KingHual - 11.02.2012, 06:14
Re: Perfect Protection against invalid mods. - by T0pAz - 11.02.2012, 06:17
Re: Perfect Protection against invalid mods. - by Unknownich - 11.02.2012, 07:00
Re: Perfect Protection against invalid mods. - by BMUK - 18.02.2012, 20:10
Re: Perfect Protection against invalid mods. - by toi - 19.02.2012, 22:19
Re: Perfect Protection against invalid mods. - by Kaperstone - 20.02.2012, 15:20
Re: Perfect Protection against invalid mods. - by Ricop522 - 20.02.2012, 16:25
Re: Perfect Protection against invalid mods. - by Danyal - 21.02.2012, 16:48
Re: Perfect Protection against invalid mods. - by Coffeemonster - 21.02.2012, 21:04
Re: Perfect Protection against invalid mods. - by JernejL - 22.02.2012, 18:48
Re: Perfect Protection against invalid mods. - by Ironboy. - 28.02.2012, 20:18
Re: Perfect Protection against invalid mods. - by jameskmonger - 28.02.2012, 22:54
Re: Perfect Protection against invalid mods. - by Lee_Percox - 10.03.2012, 10:21
Re: Perfect Protection against invalid mods. - by decondelite - 07.05.2012, 11:28
Re: Perfect Protection against invalid mods. - by Slice - 07.05.2012, 11:37
Re: Perfect Protection against invalid mods. - by Derek_Westbrook - 10.05.2012, 20:18
Re: Perfect Protection against invalid mods. - by Slice - 17.06.2012, 12:39
Re: Perfect Protection against invalid mods. - by CROSS_Hunter - 21.07.2012, 10:16
Re: Perfect Protection against invalid mods. - by $mooth - 21.07.2012, 15:36
Re: Perfect Protection against invalid mods. - by bye - 03.08.2012, 03:35
Re: Perfect Protection against invalid mods. - by Mishima - 13.08.2012, 12:34
Re: Perfect Protection against invalid mods. - by [MM]IKKE - 20.08.2012, 21:30
Re: Perfect Protection against invalid mods. - by skylive77 - 24.08.2012, 08:25
Re: Perfect Protection against invalid mods. - by RenSoprano - 24.08.2012, 09:07
Respuesta: Perfect Protection against invalid mods. - by Samp4lifes - 01.02.2013, 03:24
Re: Perfect Protection against invalid mods. - by Glossy42O - 22.11.2014, 09:24
Re: Perfect Protection against invalid mods. - by Glossy42O - 22.11.2014, 09:53
Respuesta: Perfect Protection against invalid mods. - by RcoNs! - 27.01.2015, 11:18
Re: Perfect Protection against invalid mods. - by TheRaGeLord - 28.01.2015, 11:20
Re: Perfect Protection against invalid mods. - by Arastair - 28.01.2015, 11:40
Re: Perfect Protection against invalid mods. - by ~Error - 25.05.2016, 16:14
Re: Perfect Protection against invalid mods. - by Bussyman - 11.05.2017, 04:43

Forum Jump:


Users browsing this thread: 2 Guest(s)