OwenC137
Administrator
Staff
LEVEL 1
30 XP
When laying down in front of a perk, you get perk change. But standard Mod Tools maps don't have that included. Let's include it!
Add the following line:
under this line in your usermaps/scripts/zm/usermap.gsc
zm_usermap::main();
Done, compile your map.
Add the following line:
Code:
zm_perks::spare_change();
under this line in your usermaps/scripts/zm/usermap.gsc
zm_usermap::main();
Done, compile your map.
Liked by1member: