08.04.2014, 04:20
Quote:
Yaaaaay! You've successfully bumped a 10 month old thread. Congratulations!
|
ON-T:
Quote:
Can i add here slots hslots for guests in house like for 3 people s[32] name slots
[php]enum hInfo And use it like this: ? PHP Code:
|
e.g: HouseInfo[idx][ hslot[0] ] = something ; or whatever
here you are accessing element hslot and its inner array index 0.
hslot in enum should be like , hslot[3]; etc.