 |
|
Senior Member
|

11-24-2011
, 12:11
Re: tag mismatch error [code]
|
#4
|
Quote:
Originally Posted by Arkshine
damage == atk doesn't make sense, it will result a boolean when you are supposed to put a float value, since you alter the damage param.
Time in float. 0 -> 0.0
|
Quote:
Originally Posted by amxinclude
same again
PHP Code:
set_hudmessage(254, 254, 0, Float:0.57, Float:0.84, 0, Float:0.01, Float:0.99, Float:0.25, Float:1.00, 0)
|

PHP Code:
set_hudmessage ( 254, 254, 0, 0.57, 0.84, 0, 0.01, 0.99, 0.25, 1.0, 0 )
|
|
|
|