From 667b15787d999ded3f129aa4429d4c8227f6291f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Mon, 7 Jun 2004 11:13:20 +0000 Subject: [PATCH] Fixed some typos and stuff. --- plugins/include/engine_stocks.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/include/engine_stocks.inc b/plugins/include/engine_stocks.inc index aba85d17..f8d9987e 100755 --- a/plugins/include/engine_stocks.inc +++ b/plugins/include/engine_stocks.inc @@ -231,10 +231,10 @@ stock get_entity_visibility(entity) { stock set_user_velocity(entity, Float:vec[3]) { - return entity_set_vector(entity, EV_SZ_velocity, vec) + return entity_set_vector(entity, EV_VEC_velocity, vec) } -stock get_user_velocity(entity, Flaot:vec[3]) +stock get_user_velocity(entity, Float:vec[3]) { - return entity_get_vector(entity, EV_SZ_velocity, vec) + return entity_get_vector(entity, EV_VEC_velocity, vec) } \ No newline at end of file