View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-08-2024 , 23:43   Re: Plugin Code & Compile Help
Reply With Quote #2

Code:
#pragma newdecls required
https://wiki.alliedmods.net/SourcePa...ing_new_syntax

You have colons : added in event callback
Code:
// Event handler for player death
public Action Event_PlayerDeath(Handle:event, const char:eventName[], bool:dontBroadcast)
{
https://sm.alliedmods.net/new-api/events/EventHook


Please, do not generate code with AI, example ChatGPT
It just not work.
__________________
Do not Private Message @me

Last edited by Bacardi; 02-08-2024 at 23:46.
Bacardi is offline