07.11.2015, 15:00
That simply means you are using the function before it is declared. You can easily bypass this by adding the following line to the top of your script somewhere:
pawn Код:
forward Float:GetDistanceBetweenPlayers(p1,p2);