mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 11:03:21 +00:00
FTT Re apply on idle resume
This commit is contained in:
parent
d1974f5504
commit
04670575be
6 changed files with 27 additions and 10 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue