
11-08-2001, 08:06 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
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 |
|
|
|