Цитата:
Сообщение от huntsman
Ребят, есть у кого-нибудь структура [PORTAL]_str.strs?
|
А сервер какой?
А под 2.2.3.2 вот:
Код:
[filemask="*-*portal*_str.dat"]
struct PortalFile
{
u32 nBlocks;
u32 nBlockColumns;
u32 nBlockSize;
child Portal [count=nBlocks];
}
struct Portal [preload, tableview]
{
u32 [tag="m_dwIndex"];
repeat 10
{
cstr [len=64] m_strCode;
}
}