Epoch hive

Managu

New Member
Hi,
just a question

With epoch 1.0.2.5, now can we use the command

ex.: _key = format["CHILD:999:select xxx from table where unique_id = ?:[%1]:", str(_playerID)];
or
_key = format["CHILD:999:update table set xxx= xxx where unique_id = ?:[%1]:", str(_playerID)];
...
to access our own table ?

thanks
 
As far as I can tell Epoch still doesn't support 999.
I'm unable to get custom loadouts working using 999 on my server.
 
Back
Top