Mattia

Results 21 issues of Mattia

Whenever someone write something in chat, and a plugin returns `Plugin_Changed` in the forward, if the text contains `{` it becomes `{{}`, more test cases: `Hello {}` -> No Changes...

Right now the build on sm 1.11 fails: ``` Compile addons/sourcemod/scripting/MyJailbreak/playertags.sp addons/sourcemod/scripting/MyJailbreak/playertags.sp(89) : error 101: specify either all dimensions or only the last dimension addons/sourcemod/scripting/MyJailbreak/playertags.sp(90) : error 101: specify either...

error
done in dev

In the current state if there is no one in the ctteam when the warmup ends (and they dont swap using the teamenu), even if the guard queue is not...

bug / glitch
need help
done in dev
need some testers

I mean if I start an Event Day when there are 3.00 minutes lefted and the round takes 5.00 minutes to end automatic extend the time to play 1 more...

todo
idea / feature
enhancement

As the title explain that AutoComplete for the enums isn't working, all the other "AutoCompletes" are okay

Hi, I'm wondering if it's possibile to add the autocompletation for the forwards too, like: `OnPluginStart()` `OnPlayerRunCmd(int client, int &buttons, ...)` Thanks!

Check for errors when a yt request fails or a the connection fails and show UI output

Hi, Would possibile to add some commands for administration (if possibile admin menu too) for: Disband a gang, join in a gang... (I think I've done a post like this...

enhancement
help wanted

I'm trying to use the sm_hosties API, but I cannot get it work, seems like i've done all but the LR never starts. The code: ``` #include #include #include #include...