30-09-2008, 01:42 PM
well I've been bored so I've been working on a pvp based game everything is working so far except for my function to cheak someones fraction. I'm sorry to bother people but would anyone mind helping me find whats wrong with it?
thanks
zidsal
Code:
Function getplayerfraction(ByVal Index) As Long
Dim getfraction As integer
getfraction = GetVar(App.Path & "\fraction.ini", "fraction choice", GetPlayerName(Index))
End Function
thanks
zidsal