View Single Post
BRU7US
Member
Join Date: Jul 2020
Location: Tatarstan, Kazan
Old 01-10-2022 , 10:53   Re: [L4D & L4D2] Left 4 DHooks Direct (1.84) [08-Jan-2022]
Reply With Quote #582

Quote:
Originally Posted by Silvers View Post
Without the "2":

PHP Code:
#include <left4dhooks>

public Action L4D_OnSpawnSpecial(int &zombieClass, const float vecPos[3], const float vecAng[3])
{
    
PrintToChatAll("Spawn %d"zombieClass);

Works for me everytime.
Sorry, i've done a mistake in message. I meant "L4D_".
BRU7US is offline