I have in player enum pVeh[4] instead of pVehID1, pVehID2, pVehID3...
I think that is better to use 1 variable instead of more of them. Is that correct? Is approaching to the variable easier (like example pVeh[0] = idofvehicle, pVeh[1] = ..., ... instead ov those multiple ones?
How is pVeh[4] stored in mysql?
I think that is better to use 1 variable instead of more of them. Is that correct? Is approaching to the variable easier (like example pVeh[0] = idofvehicle, pVeh[1] = ..., ... instead ov those multiple ones?
How is pVeh[4] stored in mysql?