mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Fixed some typos and stuff.
This commit is contained in:
parent
577c8c5f61
commit
667b15787d
@ -231,10 +231,10 @@ stock get_entity_visibility(entity) {
|
|||||||
|
|
||||||
stock set_user_velocity(entity, Float:vec[3])
|
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)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user