User Control Panel
Advertisements

HELP US, HELP YOU!

add and remove poins

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help
View unanswered posts
Author Message
funky_monkey
Young One
Young One


Joined: 27 Apr 2004
Posts: 86

Reputation: 26.4Reputation: 26.4Reputation: 26.4

PostPosted: Sat May 01, 2004 5:12 pm    Post subject: Reply with quote

can some one please help me with the comand for add/ rem points comands and if you can do it so its added to the file, Files/comp.txt
Back to top
85thday
Senior Member
Senior Member


Joined: 20 Jan 2004
Posts: 260

Reputation: 33.3Reputation: 33.3Reputation: 33.3

PostPosted: Thu May 06, 2004 12:25 pm    Post subject: Reply with quote

Code:
 <br />if($msg =~ /^give (.+) (-?\d+)/i){<br /> my $points = 0;<br /> if (-e "./Commands/points/$1.txt"){<br />     open (POINTS, "<./Commands/points/$1.txt");<br />     $points = <POINTS>;<br />     close(POINTS);<br /> }<br /> $points += $2;<br /> open(POINTS, ">./Commands/points/$1.txt");<br /> print(POINTS "$points");<br /> close(POINTS);<br /> &send($self,"I Have Given $1 $2 points in total  he has $points", "$username");<br />}<br />



to use do
.give - [number] email
.give + [number] email
or what every youre command char is like !/- ect
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group