Author Topic: Variable problem  (Read 1367 times)

lets get back on topic. have you noticed weapons go transparent for a second after being pickuped? I want it to stay transparent after a player picks it up for whole round.

Item respawn time.
It's in the wrench menu

Item respawn time.
It's in the wrench menu
Do you know when mini-game resets? No Im not making a time mini-game!

Do you know when mini-game resets? No Im not making a time mini-game!
buamp

package trololo
{
   function MinigameSO::reset(%this, %client)
   {
      //DO WHAT YOU WANT CUZ A PIRATE IS FREE
      Parent::reset(%this, %client);
   }
};
activatePackage(trololo);