30.06.2013, 11:35
im making a dynamic door where will save using y_ini and that code is rip from Zgaming GM and im converting it to y_ini coz it uses dini then ive encountered this
this is my array in that code
this is my array in that code
pawn Код:
#define MAX_DOOR 100
enum dInfo
{
dId,
dVe,
dIe,
Float:dXe,
Float:dYe,
Float:dZe,
Float:dXi,
Float:dYi,
Float:dZi,
Float:dAi,
dIi,
dVi,
dExit
}
new DoorInfo[MAX_DOOR][dInfo];