Thread: new notices?
View Single Post
  #10  
Old 11-08-2001, 08:06 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Okay i haven't tried this yet but i am 90percent sure this is why some levels people get the "Illegal data" thing and it thinks they are hacking . Stefan said it somewhere else or something.
and so far I have found this to be true.
Npcs that have
if (playerenters) { toweapons mynpc; }
will look like the person is hacking to the gserver.
you need to do
if (playerenters&&!isweapon) { towepons mynpc; }

=)
the flags and stuff have nothing to do with it
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote