Thread: Workarounds...
View Single Post
  #30  
Old 12-09-2001, 10:35 PM
Guest
Posts: n/a
Quote:
Originally posted by Loriel

no it doesn't, what happens is a screen comes up because of the block, it says "The server has recieved illegal data from your connection", and sends a message in rc saying "Accountname has added a non-existant weapon. (Hacker?)".
--PA
That has nothing to do with the playerenters event tough. It may just not add a weapon without a graphic, or call the toweapons command in a weapons script.


Smartest thing is still putting in the every weapon, right when adding it to your server:
if (destroy) destroy;
Then,
for (i=0; i<weaponscount; i++) if (strequals(#w(i),weapontoremove)) {
callweapon i,destroy;
break;
}
into the NPC you have to delete a weapon. [/B][/QUOTE]


Lol, there goes loriel with her 'advanced' scripting agin : P
Reply With Quote