28.08.2012, 08:47
Hello! ![Cheesy](images/smilies/biggrin.png)
I am using LuxAdmin V 1.6 and i need to disable god(mode) inside my gamemode. The problem is this lines, which is located in the LuxAdmin, i cant make them usable in my Gamemode. How can i do that?:
I was thinking of PVars, but i dont know if thats possible :/
Any help is appreciated! Thanks a lot!
![Cheesy](images/smilies/biggrin.png)
I am using LuxAdmin V 1.6 and i need to disable god(mode) inside my gamemode. The problem is this lines, which is located in the LuxAdmin, i cant make them usable in my Gamemode. How can i do that?:
pawn Code:
enum PlayerData
{
Registered,
LoggedIn,
pVip,
Level,
Muted,
SpamCount,
MaxAdv,
#if EnableTwoRcon == true
MaxRcon,
#endif
SpamTime,
Caps,
Kills,
Deaths,
God,
Spawned,
TimesSpawned,
hours,
mins,
secs,
MuteWarnings,
Warnings,
TotalTime,
ConnectTime,
GodCar,
pColour,
pCar,
DoorsLocked,
Frozen,
FreezeTime,
PingTime,
PingCount,
pPing[PING_MAX_EXCEEDS],
BotPing,
Hide,
OnDuty,
Jailed,
JailTime,
blipS,
blip,
SpecType,
SpecID,
FailLogin,
bool:AllowedIn,
pCaged,
pInvis,
pCageTime,
pGps,
NoQuestion,
#if EnableCamHack == true
InCamMod,
LockedCam,
#endif
};
Any help is appreciated! Thanks a lot!