Can someone tell me what this means
#1

Код:
PlayerInfo[suspect][pJailTime] = ((time*60)*75)/100;
What does the *60*75/100 mean
Reply
#2

It means that the value of time is multiplied by 60 then the outcome of that is multiplied by 75 and then the outcome of that is divided by 100.
Reply
#3

* = multiplication
/ = division
Reply
#4

Its just a calculating that code to a final result. (result is 45, if 'time' is defined as 1.)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)