error 006: must be assigned to an array
#5

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
Reply


Messages In This Thread
error 006: must be assigned to an array - by razorkick - 31.10.2015, 08:31
Re: error 006: must be assigned to an array - by jlalt - 31.10.2015, 09:00
Re: error 006: must be assigned to an array - by razorkick - 31.10.2015, 09:19
AW: error 006: must be assigned to an array - by Nero_3D - 31.10.2015, 09:38
Re: error 006: must be assigned to an array - by PrO.GameR - 31.10.2015, 12:31
Re: error 006: must be assigned to an array - by razorkick - 01.11.2015, 10:19
Re: error 006: must be assigned to an array - by PrO.GameR - 01.11.2015, 12:18
Re: error 006: must be assigned to an array - by razorkick - 01.11.2015, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)