17.02.2018, 13:21
PHP код:
enum TeleportInfo
{
ID,
Name, // i just noticed and added [32] but i don't think that's the matter.
Owner,
Float:X1,
Float:Y1,
Float:Z1,
Float:A1,
VirtualWorld1,
Interior1,
Float:X2,
Float:Y2,
Float:Z2,
Float:A2,
VirtualWorld2,
Interior2,
Lock,
Key[5],
Price
}
new TeleportDB[MAX_TELEPORTS][TeleportInfo];