Advertisement
dead__

Untitled

Mar 27th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. addEventHandler("onAPIRequest", function(parameters, ip, port) {
  2.     if(parameters[0] == "example")
  3.         log("Beispiel API request von " + ip + ":" + port + ".");
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement