|
| 21 Jul 2015 05:13 AM |
| http://www.roblox.com/Forum/ShowPost.aspx?PostID=168212976 |
|
|
| Report Abuse |
|
|
lePwnda
|
  |
| Joined: 28 Oct 2009 |
| Total Posts: 3127 |
|
| |
|
| |
|
lePwnda
|
  |
| Joined: 28 Oct 2009 |
| Total Posts: 3127 |
|
| |
|
|
| 21 Jul 2015 05:16 AM |
| In other words you've no idea qq |
|
|
| Report Abuse |
|
|
lePwnda
|
  |
| Joined: 28 Oct 2009 |
| Total Posts: 3127 |
|
| |
|
Tycooons
|
  |
| Joined: 13 Aug 2014 |
| Total Posts: 5871 |
|
|
| 21 Jul 2015 05:25 AM |
if(receiptInfo.ProductId==n)then
Changes the n to o |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:32 AM |
| @Tycooons, even though I was doubtful I still tried your solution but it didn't work :/ |
|
|
| Report Abuse |
|
|
Tycooons
|
  |
| Joined: 13 Aug 2014 |
| Total Posts: 5871 |
|
| |
|
|
| 21 Jul 2015 07:36 AM |
| Did you read my reply on the forum? That other script I posted worked fine with n in there instead of o so I don't think that's the issue tbh :o |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:37 AM |
what the second guy said should have fixed it if not thats def one of the issues
what he said was: player.leaderstats.Gold.Value = player.leaderstats.Gold.Value + o
and rn you have:
player.leaderstats.Gold.Value = player.leaderstats.Gold.Value + cheese
if the array is: local cheese = { [25018505] = 10, [25018519] = 50, [24973222] = 150, [24973311] = 2500 }
then you're adding the array to their cash you'd need to change that so that it adds the value of the item in the array and not the whole array
are there any errors? |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:41 AM |
| @hyper, yeah I changed it to + o instead of + cheese and still no success :U |
|
|
| Report Abuse |
|
|
| |
|
Tycooons
|
  |
| Joined: 13 Aug 2014 |
| Total Posts: 5871 |
|
|
| 21 Jul 2015 07:52 AM |
| i fixed it in the other thread |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2015 07:54 AM |
@hyper, for some reason ROBLOX won't let me post the output on the forums it keeps taking me to the error page
@tycooons, trying that now thanks |
|
|
| Report Abuse |
|
|