Ok, lets say we are making an autofighter script and want to update proggy or do something every certain amount of kills. Lets say every 15 kills i want to do something. I want to do the amount of kills divided by 15, if the remainder is 0 then proceed. Question is, how can i check the remainder?
Whats the const/var or w/e for remainder?
SCAR Code:if (AMOUNTofkills / 15 ) and remainder:=1 then


Reply With Quote











