CallRemoteFunction Enums
#1

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..
Reply


Messages In This Thread
CallRemoteFunction Enums - by ExogenZC - 14.08.2015, 16:17
Re: CallRemoteFunction Enums - by IllidanS4 - 14.08.2015, 16:19
Re: CallRemoteFunction Enums - by ExogenZC - 14.08.2015, 18:54
Re: CallRemoteFunction Enums - by Vince - 14.08.2015, 19:34

Forum Jump:


Users browsing this thread: 1 Guest(s)