3301
Modification Help / Stumped in /ClearProjectiles
« on: April 19, 2014, 12:02:56 PM »
Ok so, I am trying to make a code that clears all the projectiles in a server and I am stumped at this part-
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,
I added RTB Preffs and everything else works, but this...
Code: [Select]
{
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,
Code: [Select]
ProjectileData::onAddI added RTB Preffs and everything else works, but this...