Client side library for animations made for VC:MP. Supports decUI elements as well as the default elements.
- Click the "Clone or download" button, select "Download ZIP".
- Extract all the "XAnimations-master/XAnimations" folder to "store/script/..here"
- Add the following code into your script:
function Script::ScriptLoad() {
Script.LoadScript("XAnimations/XAnimations_Main.nut");
}
function Script::ScriptProcess() {
SqAnimations.onProcess();
}
Refer to the Wiki.
- Xmair
- Doom_Kill3R (DizzasTeR)