1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-22 18:17:11 +02:00

Begin working on a demo script.

Should be simple and easy to start with.
This commit is contained in:
Sandu Liviu Catalin
2019-08-13 21:14:20 +03:00
parent 8438283539
commit 47325fa8c0
12 changed files with 954 additions and 2 deletions

View File

@ -0,0 +1,6 @@
/* --------------------------------------------------------------------------------------------------------------------
* Bind to global event: CustomEvent
*/
SqCore.On().CustomEvent.Connect(function(/*int*/ group, /*int*/ header, /*object*/ payload) {
});