18.04.2009, 17:35
You have to define the variable that GetPlayerSpeed is going into as a Float e.g.
pawn Код:
// Instead of
new Speed;
// You would use
new Float:Speed;