unlimited sprint BO2 ZM
-
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
-
-
Triggatroy18 Unfortunately I couldn't post it for download
-
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 ?
-
gasticaram GSC
-
This post is deleted!
-
Hush_Hx Thx !
-
not working for me