24.08.2012, 11:43
Seriously this is easy to script you have just to use this
anyway Thank you.
pawn Code:
GlobalAns = GlobalVar1 + GlobalVar2; //GlobalAns define as the answer of GlobalVar1 and GlobalVar2 in Addition
GlobalAns = GlobalVar1 - GlobalVar2; //GlobalAns define as the answer of GlobalVar1 and GlobalVar2 in Subtraction
GlobalAns = GlobalVar1 * GlobalVar2; //GlobalAns define as the answer of GlobalVar1 and GlobalVar2 in Multiplication