Server Help
Bot Questions - mdlssbot.bas has a bug
Dymolex
- Sun Apr 06, 2003 3:36 pm
Post subject:
mdlssbot.bas has a bug
In Snarllord's VB Bot
ElseIf PID = 14 Then
If Len(Data) = 5 Then
Call Event_Attach(String_to_Integer(Mid$(Data, 2, 4)), String_to_Integer(Mid$(Data, 4, 2)))
should be
ElseIf PID = 14 Then
If Len(Data) = 5 Then
Call Event_Attach(String_to_Integer(Mid$(Data, 2, 2)), String_to_Integer(Mid$(Data, 4, 2)))
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001
phpBB Group