Server Sided Money and MoneyBar desync problem
#6

I feel so stupid right now, wasted everyone's time, I have all my timers inside an included .pwn
Код:
if(CGRPLOGGEDIN[i] == 1)
{
Meaning if they are logged in > it would continue, which further down has my 1 second timer for the money update
but it was set to this by accident.
Код:
if(CGRPLOGGEDIN[i] == 0)
{
meaning if they aint logged in XD -facepalm-
but atleast I realize the fault, still was helpful, and now I dont need to clog OnPlayerUpdate :P
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)