unlimited sprint BO2 ZM
BO2 Modding Releases & Resources
10
Posts
7
Posters
1.7k
Views
2
Watching
-
unlimited sprint
init() { level thread onPlayerConnect(); } onPlayerConnect() { for(;;) { level waittill("connected", player); player thread onPlayerSpawned(); } } onPlayerSpawned() { level endon("end_game"); self endon("disconnect"); for(;;) { self waittill("spawned_player"); self setperk("specialty_unlimitedsprint"); } }
copy the code and paste it into your notes as sprint.GSC
then copy the file to Local\Plutonium\storage\t6\scripts\zm
-
i don't see the file
-
i don't see the file
@Triggatroy18 ?
-
i don't see the file
@Triggatroy18 Unfortunately I couldn't post it for download
-
i don't see the file
@Triggatroy18 said in unlimited sprint BO2 ZM:
i don't see the file
You are provided with all the text that belongs into the gsc file, all you have to do is to copy paste it.
-
SGC o GSC ?
-
SGC o GSC ?
gasticaram GSC
-
i don't see the file
This post is deleted! -
Hush_Hx Thx !
-
not working for me