Checknamelist, Addnamelist, Delnamelist

zuess

Dedicated Member
Dedicated Member
Mar 23, 2004
104
0
62
Please could someone tell me how to use these commands

i am guessing that there is a file that can be accessed by npc scripts and names can be added to this removed from this and the list can be deleted but im not sure please can someone tell me what file this is and where it is stored also could someon just give me a short eg of how its used as this could be very useful in what im working on (all im hoping is that what im working on is going to be able to work)
 

BloodDemon

Golden Oldie
Golden Oldie
Jul 20, 2003
649
19
175
Darlington, UK
il do this quick as its simple
basicly

Code:
[@main]
<Test Name List/@test1>\
<Check Name List/@test2>\
<Del Name List/@test3>\

[@test1]
#ACT
addnamelist Test.txt

[@test2]
#IF
checknamelist Test.txt
#SAY
name in list\
#ELSESAY
not in list\

[@test3]
#ACT
delnamelist Test.txt

Test1 - Adds the user name to a text document
Test2 - Checks the text document for the name
Test3 - Removes the name from the text document

they can be used to catch npc exploiters like scorpian did on project69, ave fun
 
Upvote 0

zuess

Dedicated Member
Dedicated Member
Mar 23, 2004
104
0
62
you are bloody brilliant and fast too deffo top of the class if this works for me you have just saved me loads of time thanks mate i really mean it
 
Upvote 0