MantisBT - Liberty Unleashed
View Issue Details
0000035Liberty UnleashedBugpublic2011-12-05 07:432013-07-10 12:36
Stormeus 
VRocker 
normalminoralways
closedfixed 
0.1.0.11 
0.1.0.12 
0000035: IsNum does not recognize negative integers
Using IsNum( "1" ) will return true while IsNum( "-1" ) will return false. Consequently, the same bug occurs in the VC:MP Squirrel server.
No tags attached.
Issue History
2011-12-05 07:43StormeusNew Issue
2011-12-23 16:09VRockerNote Added: 0000036
2011-12-23 16:09VRockerStatusnew => resolved
2011-12-23 16:09VRockerFixed in Version => 0.1.0.12
2011-12-23 16:09VRockerResolutionopen => fixed
2011-12-23 16:09VRockerAssigned To => VRocker
2013-07-10 12:36StormeusStatusresolved => closed

Notes
(0000036)
VRocker   
2011-12-23 16:09   
Woops... IsNum has been in both LU and VCMP for years but nobody ever noticed it doesn't accept minus numbers ><

Thanks for reporting, its fixed now :)