15.01.2014, 18:27
Nowhere.
This only shows the parameters you need to specify.
Range is a float, and in alot of your lines you specify "0" as range, which is an integer.
Change those to "0.0".
And why speficy a range of 0 meters?
This would mean the player has to be standing on exactly the same coordinates to work.
If he even moves 0.000001 meters away from those coordinates, your check is invalid.
This only shows the parameters you need to specify.
Range is a float, and in alot of your lines you specify "0" as range, which is an integer.
Change those to "0.0".
And why speficy a range of 0 meters?
This would mean the player has to be standing on exactly the same coordinates to work.
If he even moves 0.000001 meters away from those coordinates, your check is invalid.

