14.08.2015, 16:17
Hi,
How can i call an enum that i have in my GM in another Filterscript ?
for e.x, i have this enum:
enum pInfo
{
pName,
pPassword[64],
pCash,
pAge,
pSex,
pSkin,
Float: pXPos, //player position
Float: pYPos, //player position
Float: pZPos, //player position
IsRegistering,
IsLogged[MAX_PLAYERS],
pBank,
pHouse
};
new PlayerInfo[MAX_PLAYER_NAME][pInfo];
and i want call it from an "If "in my HouseSystem FilteScript..
PS: I don't really understand CallRemoteFunction.
HELP..
How can i call an enum that i have in my GM in another Filterscript ?
for e.x, i have this enum:
enum pInfo
{
pName,
pPassword[64],
pCash,
pAge,
pSex,
pSkin,
Float: pXPos, //player position
Float: pYPos, //player position
Float: pZPos, //player position
IsRegistering,
IsLogged[MAX_PLAYERS],
pBank,
pHouse
};
new PlayerInfo[MAX_PLAYER_NAME][pInfo];
and i want call it from an "If "in my HouseSystem FilteScript..
PS: I don't really understand CallRemoteFunction.
HELP..