FTT Re apply on idle resume

This commit is contained in:
Jackzie 2022-06-10 07:31:31 -05:00
parent d1974f5504
commit 04670575be
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
6 changed files with 27 additions and 10 deletions

View file

@ -26,7 +26,7 @@ ArrayList g_spSpawnQueue;
// target client index
stock bool SpawnSpecialForTarget(SpecialType specialType, int target, SpecialSpawnFlags spawnFlags = Special_Anywhere) {
static float pos[3];
int internalFlags = 0;
int internalFlags = view_as<int>(SPI_AlwaysTarget);
if(spawnFlags == Special_OnTarget) {
static float ang[3];
static float testPos[3];