04.03.2017, 15:05
Quote:
You've already created a variable with the value "id", so the script will not detect the previous value you've created if you replace it for your new one, assuming you require the original for the execution of the code below but nevertheless, you should rename the variable created.
The output of cache_get_field_content_float has to be stored as a float such as the following: Код:
new Float:example = cache_get_field_content_float (row, const field_name[], connectionHandle = 1) |