How to spawn in with afterlife gloves on MOTD
-
Earlier today I saw a plutonium mod on twitch where someone was in non afterlife mode with the afterlife arms using regular weapons.
I simply want a script where I can spawn in with those arms every time on MOTD, similar to how people have scripts to spawn in with Misty's arms every time on Victis maps.
I want to this script for both Redacted and Plutonium.
-
The weapon id in the afterlife is lightning_hands_zm you can give yourself the weapon at anytime in GSC with:
self giveweapon( "lightning_hands_zm" );
in-game command (cheats should be activated with sv_cheats 1):
give lightning_hands_zm
-
how do u go back to normal after
-
View Matty If you don't want to get bugged in afterlife mode don't use the in-game command but if you want to take the lightning hands In GSC:
self takeweapon( "lightning_hands_zm" );