31.10.2015, 12:31
Your problem was answered in posts above
but I got a serious question, you do know you can add another dimension to your array right ?
enum tuning
{
tuningid,
Float:tuning_X,
Float:tuning_Y,
Float:tuning_Z,
Float:tuning_RX,
Float:tuning_RY,
Float:tuning_RZ,
}
tuningParts[MAX_VEHICLES][5][tuning];
^^ this just makes life 100 times easier and code 100 lines less
but I got a serious question, you do know you can add another dimension to your array right ?
enum tuning
{
tuningid,
Float:tuning_X,
Float:tuning_Y,
Float:tuning_Z,
Float:tuning_RX,
Float:tuning_RY,
Float:tuning_RZ,
}
tuningParts[MAX_VEHICLES][5][tuning];
^^ this just makes life 100 times easier and code 100 lines less