01.10.2018, 04:26
Quote:
|
I'm using ngg script trying to run it , not sure what's the issue , but should be defined the gateinfo
|
Код:
enum gate_data
{
gGATE,
gModel,
gInt,
gTModel,
gTTexture,
gTColor,
gTTXD,
gVW,
gPosX,
gPosY,
gPosZ,
gRotX,
gRotY,
gRotZ
}
new GateInfo[MAX_GATES][gate_data];

