Hi,
I'm looking for code to do the following:
Return a message if a flag is set to something.
So it would like like,
target = FirstThingInView(player, 45, 50, 0x400);
if(GetFlags(victim, 0x8);
{
Print(Flag 0x8 is currently enabled on the victim);
}
else
{
Print(0x8 Flag is not on the Victim);
Something like that?
I want it to return a message if the enemy has 0x8(God Mode) on.
Any help would be great
T0rn
I'm looking for code to do the following:
Return a message if a flag is set to something.
So it would like like,
target = FirstThingInView(player, 45, 50, 0x400);
if(GetFlags(victim, 0x8);
{
Print(Flag 0x8 is currently enabled on the victim);
}
else
{
Print(0x8 Flag is not on the Victim);
Something like that?
I want it to return a message if the enemy has 0x8(God Mode) on.
Any help would be great
T0rn