Created
July 8, 2016 10:40
-
-
Save commy2/7cb47c5cd7c0885492e7e57ba46374a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID1 = player addEventHandler ["fired", { | |
systemChat str 1; | |
player removeEventHandler ["fired", ID1]; | |
}]; | |
player addEventHandler ["fired", { | |
systemChat str 2; | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment