How to substract one integer value from other one
#6

Maybe you would want to change:
pawn Код:
(playerInfo[id][onlineTime] - time)
to:
pawn Код:
(time - playerInfo[id][onlineTime])
?? :S
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)