Advertisement
mrdrifter

Untitled

Mar 13th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #include a_samp
  2. #include a_http
  3.  
  4. forward Response(index, response_code, data[]);
  5.  
  6. public OnFilterScriptInit()
  7. {
  8. HTTP(999, HTTP_GET, "s.4fun-serv.pl/__drifter__/veh.php?id=400", "", "Response");
  9. return 1;
  10. }
  11. public Response(index, response_code, data[])
  12. {
  13.  
  14. printf("vehicle - %s", data);
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement