Skip to content
MSN

need some help anyone

A TG007 community discussion started by biohazard.

Discussion 3 posts
Page 1 of 1
Open
Topic #1914 · 3 published posts · 537 views

i want to edit vin to update the passport + SubscriberInfo by command like if i typr in `update it will say this

 

 

 

 

Updating the "Xx_white_rabbit_xX " passport + SubscriberInfo, please wait...

 

Passport info + SubscriberInfo for "Xx_white_rabbit_xX " is now updated (1.222 seconds)

 

 

like that but it will say it in the chat room

Which Vincula you using?

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

assuming ur using VinculaERZ downloaded from techgear007

 

Find echo code's from the subscriber update ( the same can be done with the user role updater )

 

echo $color(info) -at 8• Updating the " $+ $msn.ini(selpp) $+ " Passport 

 

add after the echo cmd

 

amsg  Updating the " $+ $msn.ini(selpp) $+ " Passport 

 

also find

 

echo $color(info2) -at 9• Passport and SubscriberInfo for " $+ $msn.ini(selpp) $+ " is now updated ( $+ $calc(($ticks - %update.time) / 1000) seconds)

 

add after the echo command

 

amsg Passport and SubscriberInfo for " $+ $msn.ini(selpp) $+ " is now updated ( $+ $calc(($ticks - %update.time) / 1000) seconds)

 

then add to remots

 

 on *:text:*'update*:#: { msn.dogetsub }

 

that should work

Terminal-Access