Amaroq7 / SPMod

SourcePawn Scripting Engine for Half-Life 1 based games
GNU General Public License v3.0
27 stars 12 forks source link

Float operations #12

Closed Amaroq7 closed 6 years ago

Amaroq7 commented 6 years ago

Description

We should be able to do arithmetic operations on float values.

For reference: https://github.com/alliedmodders/sourcemod/blob/master/core/logic/smn_float.cpp https://github.com/alliedmodders/sourcemod/blob/master/plugins/include/float.inc

How do we replicate the issue?

n/a

Expected behavior (i.e. solution)

Float operations should work.

Other Comments

n/a