Advertisement
Guest User

Untitled

a guest
Oct 9th, 2010
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. function receive(sum)
  2.     outputChatBox("GET!")
  3.     outputServerLog(tostring(sum))
  4. end
  5.  
  6. function send()
  7.     outputChatBox("Sending")
  8.     callRemote("http://mta-community.ru/scripts/sdk/test.php",receive,100,200)
  9. end
  10.  
  11. send()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement