Quote:
|
error 088: number of arguments does not match definition
|
RadiusDamage has 3 args and deals fractional HP so be aware of that if ever deciding to apply it to mods that are not round-based.
Quote:
|
(672) : error 025: function heading differs from prototype
|
This is the 'prototype'.
Code:
stock RadiusDamage(const Float:fExplodeAt[3], iDamageMultiplier, iRadiusMultiplier)
https://www.amxmodx.org/api/engine_stocks/RadiusDamage
Quote:
|
error 021: symbol already defined: "RadiusDamage"
|
Happens when trying to use a native or stock in this case as the name of your function.
Quote:
|
(734) : warning 209: function "RadiusDamage" should return a value
|
Once you get all the other stuff right that might go away. If not script might need type of a RETURN on end of function if it is working otherwise.
I shared the API link a few days ago. Why not use it?
__________________