Question
#1

Is it possible to do something like this

If(Kills == *10)
So like if your kills is a multiple of 10
So it saves me having to do this
If(Kills == 10 || Kills == 20 || Kills == 30 || Kills == 40) etc etc
Reply
#2

if((Kills % 10) == 0)
Reply
#3

Sweet thanks man
Reply
#4

Quote:
Originally Posted by Gappy
Sweet thanks man
no problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)