Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. new str[512],
  2. vkcode = 10000 + random(99999);
  3.  
  4. SetPVarInt(playerid, "vkcode", vkcode);
  5.  
  6. format(str, sizeof(str), "http://127.0.0.1:9617/api/send_code?id=%d&code=%d", PlayerInfo[playerid][pAccID], vkcode);
  7. HTTP(playerid, HTTP_GET, str, "", "MyHttpResponse");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement