| Mirage Source http://miragesource.net/forums/ |
|
| Kill player command http://miragesource.net/forums/viewtopic.php?f=210&t=668 |
Page 1 of 1 |
| Author: | lordgivemick [ Sat Oct 21, 2006 3:37 am ] |
| Post subject: | Kill player command |
well i was doing fine till it came up this error anyone have any clues how to fix it. The bold things are the problems. Its for the Kill Player Packet. Server side Dim Exp As Long If LCase(Parse(0)) = "killtheplayer" Then ' Prevent hacking If GetPlayerAccess(Index) < ADMIN_MAPPER Then Call HackingAttempt(Index, "Admin Cloning") Exit Sub End If It says only comments can apprear after end subs, end function, or end property. |
|
| Author: | Dragoons Master [ Sat Oct 21, 2006 3:44 am ] |
| Post subject: | |
This code probly is not inside the sub, maybe you added an End Sub instead of an Exit Sub. |
|
| Author: | lordgivemick [ Sat Oct 21, 2006 3:49 am ] |
| Post subject: | |
i figured it out never mind. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|