Ok so, I am trying to make a code that clears all the projectiles in a server and I am stumped at this part-
{
function ClearProjectiles::????(%???, %???, %???)
{
??????????????????????
{
Im new to coding and the two things I don't know how to do here are, make it happen when I say /clearprojectiles and what happens, all I have is a code that finds all active projectiles, ProjectileData::onAdd
I added RTB Preffs and everything else works, but this...