PDA

View Full Version : [TF2] Remove Crit-a-Cola's debuffs after buffs.


Nursik
07-15-2016, 09:31
How should i start the plugin?
#include <sourcemod>
#include <tf2>
TF2_OnConditionRemoved(client, TFCond_CritCola)
TF2_RemoveCondition(client, TFCond_MarkedForDeathSilent);

Arkarr
07-15-2016, 14:25
I know you want to get results as quickly as possible, as we all want, but seriously, if you spend like 10 or 20 minutes to read carefully and slowly everything there (https://wiki.alliedmods.net/Introduction_to_sourcemod_plugins), you will be able to do plugins in no-time !!

Nursik
07-15-2016, 14:26
I know you want to get results as quickly as possible, as we all want, but seriously, if you spend like 10 or 20 minutes to read carefully and slowly everything there (https://wiki.alliedmods.net/Introduction_to_sourcemod_plugins), you will be able to do plugins in no-time !!

Oh okay, sorry for that.

Arkarr
07-15-2016, 16:50
Oh okay, sorry for that.
No need to be sorry, it's fine. You just gotta go slow at the beginning, and everything will be easy after.