mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
fixed bug at26581
This commit is contained in:
parent
4cb8d4adc7
commit
9c88ce1394
@ -37,7 +37,7 @@ stock get_entity_origin(index, origin[3]) {
|
||||
/* Sets the origin of an entity */
|
||||
stock set_entity_origin(index, origin[3]) {
|
||||
new Float:vector[3]
|
||||
IVecFVec(originvector)
|
||||
IVecFVec(origin, vector)
|
||||
entity_set_vector(index, EV_VEC_origin, vector)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user