Page 1 of 1
Zones

Posted:
Mon Sep 29, 08 2:25 pm
by CvendaCZ
how i can make no kill zone??
in lee_hongkong are no kill zones in shops.........

Posted:
Tue Sep 30, 08 5:26 am
by ~DJ~
Sorry but you cant really have God zone...
MAYBE you can have it... But i am not saying that its 100% true that you'll get it...

Posted:
Tue Sep 30, 08 3:58 pm
by CvendaCZ
pls i need it,very very much.I cant create kakashis_hongkong if i havent got god zones.....

Posted:
Tue Sep 30, 08 5:27 pm
by ~DJ~
Look pal..
If every body would be rich, The world would not be running.. everything would have been destroyed...
In other words.
Sorry you cant have it, and dont even think to make "kakashis_hongkong"
That's really not good.... Or shall i say copying..?

Posted:
Wed Oct 01, 08 3:57 pm
by CvendaCZ
i dont coping it...it my hongkong version....

Posted:
Wed Oct 01, 08 4:09 pm
by Dae
From DarkForce1.u
- Code: Select all
// A zone in which people can't fight.
class SafeZone extends ZoneInfo;
event ActorEntered( actor Other )
{
Super.ActorEntered(Other);
if(Other.isA('Pawn'))
Pawn(Other).ReducedDamageType = 'All';
}
event ActorLeaving( actor Other )
{
Super.ActorLeaving(Other);
if(Other.isA('Pawn'))
Pawn(Other).ReducedDamageType = '';
}
defaultproperties
{
}

Posted:
Wed Oct 01, 08 4:13 pm
by ~DJ~
And how will he compile it?
<_>
Better give him the Dark Force's linky...
But... i couldnt find any..
Hah...