GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: SnicK - 2010. március 15. - 08:49:05

Cím: symbol is never used
Írta: SnicK - 2010. március 15. - 08:49:05
Üdv
Egy csomagtartó rendszerrel egészítettem ki a módomat, mindent szépen áthelyeztem a larpbol.
Egy a gond.
Létrehoztam a carinfot.
 

enum cInfo
{
cModel,
Float:cLocationx,
Float:cLocationy,
Float:cLocationz,
Float:cAngle,
cColorOne,
cColorTwo,
cOwner[MAX_PLAYER_NAME],
cDescription[MAX_PLAYER_NAME],
cValue,
cLicense,
cRegistration,
cOwned,
cLock,
};
new CarInfo[268][cInfo];

 
Viszont ha compilezek, kiirja hogy sehol nincs használatban.
Utánakerestem és több helyen is használatban láttam.
Ilyenkor mit tegyek?