Donator !?!??!
#1
I did buy 2 moneypacks for 5$ but suddendly i got donator can somebudy fix that please
#2
You might of pressed the wrong donator pack. Contact Soulripper and he will give them to you.
#3
i dint i did press moneypacks
#4
Solved, sorry for the inconvenience. The donate page was broken for two days without me knowing it. I've fixed it now and should work like a charm!

Thanks for donating!
[Image: get.php?s=STEAM_0:1:15472195&b=9]
Make your own dynamic signature by clicking here.
#5
(01-29-2016, 01:53 PM)SoulRipper Wrote: Solved, sorry for the inconvenience. The donate page was broken for two days without me knowing it. I've fixed it now and should work like a charm!

Thanks for donating!

Why dont you just get an ingame donation system and code a function in that does like ply:GiveDonator(..Name().., 30).

And if you do it like for the items: cityrp.inventory.update(itemname, 5)

And for the money: ply:GiveMoney(100000)
[Image: fyBYJXx.png]
#6
(01-29-2016, 07:32 PM)Misterbobbie Wrote:
(01-29-2016, 01:53 PM)SoulRipper Wrote: Solved, sorry for the inconvenience. The donate page was broken for two days without me knowing it. I've fixed it now and should work like a charm!

Thanks for donating!

Why dont you just get an ingame donation system and code a function in that does like ply:GiveDonator(..Name().., 30).

And if you do it like for the items: cityrp.inventory.update(itemname, 5)

And for the money: ply:GiveMoney(100000)

That wouldn't really work with lua code.
#7
(01-29-2016, 08:02 PM)Gogson8 Wrote:
(01-29-2016, 07:32 PM)Misterbobbie Wrote:
(01-29-2016, 01:53 PM)SoulRipper Wrote: Solved, sorry for the inconvenience. The donate page was broken for two days without me knowing it. I've fixed it now and should work like a charm!

Thanks for donating!

Why dont you just get an ingame donation system and code a function in that does like ply:GiveDonator(..Name().., 30).

And if you do it like for the items: cityrp.inventory.update(itemname, 5)

And for the money: ply:GiveMoney(100000)

That wouldn't really work with lua code.

That is why i got it to work with cider.....
[Image: fyBYJXx.png]
#8
(01-29-2016, 08:29 PM)Misterbobbie Wrote:
(01-29-2016, 08:02 PM)Gogson8 Wrote:
(01-29-2016, 07:32 PM)Misterbobbie Wrote:
(01-29-2016, 01:53 PM)SoulRipper Wrote: Solved, sorry for the inconvenience. The donate page was broken for two days without me knowing it. I've fixed it now and should work like a charm!

Thanks for donating!

Why dont you just get an ingame donation system and code a function in that does like ply:GiveDonator(..Name().., 30).

And if you do it like for the items: cityrp.inventory.update(itemname, 5)

And for the money: ply:GiveMoney(100000)

That wouldn't really work with lua code.

That is why i got it to work with cider.....

I can't believe that people still use cider, but to each their own.

I would switch cider.inventory.update into a meta function if I were you, ex:
function meta:GiveItem(id,amount or 1)
--do stuff here
end

Ofc it is possible to do it in-game, also.


Forum Jump:


Users browsing this thread: 1 Guest(s)