Search found 1 match

by Lossvoise
Fri Jun 07, 2024 3:10 pm
Forum: Resources
Topic: [Resource] ACS-based limited sprint system
Replies: 11
Views: 5116

Re: [Resource] ACS-based limited sprint system

Good to know that you ended up fixing it. If you still want to have a look, here's what I ended up with: ACS: // ACS #library "sprint" #include "zcommon.acs" // Defines #define PLRCOUNT 8 // Variables int pStamina[PLRCOUNT]; int pSpeed[PLRCOUNT]; // Scripts Script "Sprint" ENTER { int keyPress ...

Go to advanced search