[HELP]How to reset variable
#2

pawn Код:
//1.
new value = 105;
if (value > 100) value = 100;

//2.
new value = 108;
value = clamp(value, 0, 100);
Reply


Messages In This Thread
[HELP]How to reset variable - by TiXz0r - 04.03.2015, 19:08
Re: [HELP]How to reset variable - by Misiur - 04.03.2015, 19:09
Re: [HELP]How to reset variable - by TiXz0r - 04.03.2015, 19:53
Re: [HELP]How to reset variable - by Lunoxx - 04.03.2015, 20:40
Re: [HELP]How to reset variable - by Misiur - 04.03.2015, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)