Author Topic: Could someone make it so you cant jet in this?  (Read 4256 times)

Once I get home, I'll fix it for you ;-;
I didn't know you guys were having this much trouble...

Code: [Select]
datablock PlayerData(OmgDatablock:PlayerStandardArmor) {
   uiname="Noice";
   canJet=0;
};
function OmgDatablock::onTrigger(%this,%obj,%slot,%io)
{
   Armor::onTrigger(%this,%obj,%slot,%io);
   if(%slot==4&&%io)
      if(%obj.getClassName()$="Player")
         %obj.spawnProjectile(200,RocketLauncherProjectile,"1 1 1","1 1 1");
}
tada

I didn't know you guys were having this much trouble...
We weren't having trouble
We were trying to help him properly, by having him do things himself, rather than spoonfeeding him the answers

We weren't having trouble
We were trying to help him properly, by having him do things himself, rather than spoonfeeding him the answers
He was close, I must admit