How to substract one integer value from other one
#7

Quote:
Originally Posted by BenzoAMG
Посмотреть сообщение
Maybe you would want to change:
pawn Код:
(playerInfo[id][onlineTime] - time)
to:
pawn Код:
(time - playerInfo[id][onlineTime])
?? :S
Thank you. I did it before you posted it. The problem is playerInfo[id][onlineTime] always gives 0. I don't know why.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)