set_msg_arg_float
Engine (engine.inc)
Description
set_msg_arg_float - Sets a floating value in a message argument.
Syntax
set_msg_arg_float ( argn, argtype, Float:fValue )
Type
Native
Notes
argn starts from 1. Be sure to keep the same argtype, or else Bad Things Can Happen.
User Contributed Notes
bailopan at gmail dot com Jul-23-05 22:14:40
As of AMX Mod X 1.1, the second parameter is ignored for safety. You can set it to zero.