Quote:
|
but I want to save them all in one Array not three.
|
Then just do it like this:
PHP Code:
ArrayPushArray( g_NPCOrigin, iOrigin )
The above example will store all 3 values of iOrigin into the array. The same goes with ArraySetArray and ArrayGetArray.
Quote:
|
I am using get_distance_f
|
Why don't you use find_ent_in_sphere?