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…
Reference in New Issue
Block a user