Author Topic: Parachute  (Read 290 times)

I am trying to modify Mtndew/Aloshi's parachute so instead of switching back to Player Standard, it goes to No-Jet player, but I can't seem to find the name for nojet, is it PlayerNojetArmor, or what?

Okay, I tried to copy pasta the code from player_nojet into the addon, and this happened



Someone tell me what's wrong, please :D
« Last Edit: August 09, 2011, 12:17:46 PM by mp7964 »

You're trying to create a datablock and set the player's datablock to it. that line should read %client.player.setDatablock(PlayerNoJet);

If you ever need to read a datablock's file, go into it's file and it should say something like "PlayerStandardArmor", that is the datablock for a normal player(as you spawn as)