View Single Post
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 02-15-2022 , 08:31   Re: Find a random spawn location around an origin?
Reply With Quote #7

Quote:
Originally Posted by Natsheh View Post
Random origin generator can't be used during the game, and it only support player size places, i already solved the problem you can check post #4.
Check if the bRandom var is true also when you are trying to push elements into array, because if bRandom is false, you'll get an invalid handle there.

Code:
L100: ArrayPushArray(pTempArray, fTestOrigin);
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]

Last edited by Shadows Adi; 02-15-2022 at 08:32. Reason: Nevermind, just saw the return.
Shadows Adi is offline