mrfergie
|
  |
| Joined: 25 Mar 2010 |
| Total Posts: 522 |
|
|
| 10 Jan 2016 08:48 PM |
I have this to check if a user has an item,
hs = game:GetService("HttpService") userId = 7205597 assetId = 335078129 test = hs:GetAsync("http://roblox.plus:7274/subproxy/api/ownership/hasasset?userId="..userId.."&assetId="..assetId) --Line 5 print(test)
Output: CURL error (curl_easy_perform, ) Couldn't connect to server Line 5
|
|
|
| Report Abuse |
|
|
Froast
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 3134 |
|
|
| 10 Jan 2016 09:05 PM |
use this instead http://api.roblox-proxy.cf/ownership/hasasset?userId=&assetId= |
|
|
| Report Abuse |
|
|
fixylol
|
  |
| Joined: 14 Dec 2012 |
| Total Posts: 7412 |
|
|
| 10 Jan 2016 09:12 PM |
apis on roblox.plus are down currently, thats why its not working
Number of times opinion has changed: A lot. |
|
|
| Report Abuse |
|
|
rvox
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 5380 |
|
|
| 10 Jan 2016 09:12 PM |
| game:GetService("BadgeService"):UserHasBadge(userid,assetid) |
|
|
| Report Abuse |
|
|