![]() |
Methord or data member not found - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Methord or data member not found (/showthread.php?tid=890) |
Methord or data member not found - Da Undead - 21-04-2007 Im having 'topic title' bug on .HDSerial and it says that... I've added the HDSerial as String in PlayerRec but that didn't fix problem but heres the function.. Code: Function GetPlayerHD(ByVal index As Long) As String Any idea on how to fix? And i've tried to change the function to .........(ByVal index As Long, HDSerial As String) As String ........ and it fixed that error but then it gave me an error on GetPlayerHD for Argument not optional... So any idea? - Da Undead - 21-04-2007 Fixed it, idk why but i had to add it into Type AccountRec so if anyony is using the "Better Ban System v1" on backup approved forums, make sure u define HDSerial in the AccountRec ![]() |