been TRYING to get the cashmod to return information about health.. but i cant seem to get it working.. keep getting errors
PHP Code:
/home/groups/amxmodx/tmp3/phpA6v2l7.sma(1357) : error 076: syntax error in the expression, or invalid function call
/home/groups/amxmodx/tmp3/phpA6v2l7.sma(1357) : warning 215: expression has no effect
/home/groups/amxmodx/tmp3/phpA6v2l7.sma(1357) : error 001: expected token: ";", but found "]"
/home/groups/amxmodx/tmp3/phpA6v2l7.sma(1357) : error 029: invalid expression, assumed zero
/home/groups/amxmodx/tmp3/phpA6v2l7.sma(1357) : fatal error 107: too many error messages on one line
what im trying to do is, to get cashmod to return if player have bought xtra health so the healer will heal to more than 100
if the player have bought the upgrade.
like:
now: player have bought 125 health and healer only heals to 100
after: player have bought 125 health and healer heals to 125
plugins i use is attached