17.06.2012, 12:39
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:
output:
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);
}
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