18.11.2011, 23:51
PlayerInfo[playerid][pHunger] -= 255;
Theres (http://wiki.amxmodx.org/Pawn#Expressions)
= : Set
++ : Add 1
-- : Minus 1
+= : Add
-= : Subtract
*= : Multiply
/= : Divide
... And more but these are real basic Mathmatical Operators.
Theres (http://wiki.amxmodx.org/Pawn#Expressions)
= : Set
++ : Add 1
-- : Minus 1
+= : Add
-= : Subtract
*= : Multiply
/= : Divide
... And more but these are real basic Mathmatical Operators.