Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- addEventHandler("onAPIRequest", function(parameters, ip, port) {
- if(parameters[0] == "example")
- log("Beispiel API request von " + ip + ":" + port + ".");
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement