13.07.2009, 16:57
If you get the error "function with tag result used before definition, forcing reparse" then you need to open the cp.inc file go at the bottom of the script and uncomment this:
Hope this helps
Code:
forward Float:DistanceBetweenPoints(Float:x11, Float:y11, Float:z11, Float:x22, Float:y22, Float:z22);