Thread: [Solved] [CS GO] Bug with glowing
View Single Post
ElectricStalin
Member
Join Date: Apr 2017
Old 06-28-2017 , 12:06   Re: [CS GO] Bug with glowing
Reply With Quote #5

Quote:
Originally Posted by Lord_SAmMY View Post
This information was missing

Did you try this:
PHP Code:
LogError("Create weapon ",i); 
if(
g_iGameState!=STATE_WARMUP)
{
    
SetSkin(i);
}
SetGlowing(index);
TeleportEntity(indexspawnWeaponPositions[i], NULL_VECTORNULL_VECTOR); // at last 
I tried this. Weapons didnt appear on the map, but in logs i see, that they were created and spawned
ElectricStalin is offline