dead__

Untitled

Mar 27th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. function onWebRequest(ip, port, url, protocol) {
  2.     local request = split(url, "/");
  3.     if(typeof request == "array")
  4.         callEvent("onAPIRequest", 1, request, ip, port);
  5. }
  6. addEventHandler("onWebRequest", onWebRequest);
Advertisement
Add Comment
Please, Sign In to add comment