Thread Rating:
  • 6 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Moonlight Shop
#41
(10-08-2013, 17:11)SailorMoon Wrote:
(10-08-2013, 16:31)[HARD] Tony. Wrote:
(10-08-2013, 12:14)clacki Wrote: sailor moon...
your plugin is good..
but have bug's
when i restart map or change map i can't press Q to show shop list...
when this bug fixed?
ThaNks

I will fix it, but you have to wait when my mom returns access to my computer Confused

Your friend will*. Damn poser.

Sorry guys, I can't update it.

lazy ass Troll
Reply

#42
(10-08-2013, 19:37)[HARD] Tony. Wrote:
(10-08-2013, 17:11)SailorMoon Wrote:
(10-08-2013, 16:31)[HARD] Tony. Wrote:
(10-08-2013, 12:14)clacki Wrote: sailor moon...
your plugin is good..
but have bug's
when i restart map or change map i can't press Q to show shop list...
when this bug fixed?
ThaNks

I will fix it, but you have to wait when my mom returns access to my computer Confused

Your friend will*. Damn poser.

Sorry guys, I can't update it.

lazy ass Troll

No. Just because I don't want to install windows.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#43
(10-08-2013, 20:19)SailorMoon Wrote:
(10-08-2013, 19:37)[HARD] Tony. Wrote:
(10-08-2013, 17:11)SailorMoon Wrote:
(10-08-2013, 16:31)[HARD] Tony. Wrote:
(10-08-2013, 12:14)clacki Wrote: sailor moon...
your plugin is good..
but have bug's
when i restart map or change map i can't press Q to show shop list...
when this bug fixed?
ThaNks

I will fix it, but you have to wait when my mom returns access to my computer Confused

Your friend will*. Damn poser.

Sorry guys, I can't update it.

lazy ass Troll

No. Just because I don't want to install windows.

why dont you get Windows and keep your MAC? Troll
Reply

#44
(10-08-2013, 16:31)[HARD] Tony. Wrote: I will fix it, but you have to wait when my mom returns access to my computer Confused

hahaha
Reply

#45
(10-09-2013, 06:06)EnVi Sweden Rocks Wrote:
(10-08-2013, 20:19)SailorMoon Wrote:
(10-08-2013, 19:37)[HARD] Tony. Wrote:
(10-08-2013, 17:11)SailorMoon Wrote:
(10-08-2013, 16:31)[HARD] Tony. Wrote: I will fix it, but you have to wait when my mom returns access to my computer Confused

Your friend will*. Damn poser.

Sorry guys, I can't update it.

lazy ass Troll

No. Just because I don't want to install windows.

why dont you get Windows and keep your MAC? Troll


Because I am hipster with Ray-ban and I have almost every Apple product. Troll ... but almost true. Dumb Bitch

On topic: Because I don't want to use windows anymore.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#46
(10-09-2013, 14:45)SailorMoon Wrote:
(10-09-2013, 06:06)EnVi Sweden Rocks Wrote:
(10-08-2013, 20:19)SailorMoon Wrote:
(10-08-2013, 19:37)[HARD] Tony. Wrote:
(10-08-2013, 17:11)SailorMoon Wrote: Your friend will*. Damn poser.

Sorry guys, I can't update it.

lazy ass Troll

No. Just because I don't want to install windows.

why dont you get Windows and keep your MAC? Troll


Because I am hipster with Ray-ban and I have almost every Apple product. Troll ... but almost true. Dumb Bitch

On topic: Because I don't want to use windows anymore.

Hey I was wanting to know if you can add camo to the guns in Items notepad. Forever Alone
Reply

#47
I copied your code, no mistakes, just at the beginning:

Code:
public override ChatType OnSay(string Message, ServerClient Client, bool Teamchat)
        {
            int points = getPoints(Client.XUID);
            ToDo(Client, Message, points);

            return base.OnSay(Message, Client);
        }

        Statistics stats;
        int pointstokill = 100;
    }

    public override int OnPlayerDamaged(ServerClient Attacker, ServerClient Victim, String Weapon, Int32 Damage, String DamageMod)
        {
            if (Damage >= Victim.Other.Health && Attacker.Team != Victim.Team)
            {
                UpdatePoints(pointstokill, Victim);
            }

            return base.OnPlayerDamaged(Attacker, Victim, Weapon, Damage);
        }
    public override void OnServerLoad()
        {
            stats = new Statistics();
            SV_Shop();
            base.OnServerLoad();
        }

        public override void OnAddonFrame()
        {
            Update();
            base.OnAddonFrame();
        }

        public void UpdatePoints(int inc, ServerClient c)
        {
            stats.updatePoints(inc, c);
        }

        public int getPoints(String XUID)
        {
            return stats.Stats[XUID].Points;
        }

There are mistakes at all the int's and void's of the public override.
And it doesn't know getPoints(Client.XUID), ToDo(Client, Message, points); Statistics stats; and XUID

I allready added addon.dll and System.Data.SQLite.dll
[Image: b_560_95_1.png]
Reply

#48
'getPoints' & 'ToDo' are methods from my code. Use CTRL+F ( or cmd+f ) to find them.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#49
Is it normal, that the points doesn't get updatet after buying smth?
[Image: b_560_95_1.png]
Reply

#50
(12-20-2013, 17:26)xxxLik3aB0SSxxx Wrote: Is it normal, that the points doesn't get updatet after buying smth?

the moonlight shop has a bug.. sailormoon hasn't fixed it yet. Smile
~FYANB~ Servers Website

Primary Account:
[Image: 76561198070236721.png]
Secondary Account:
[Image: 76561198096107676.png]
Third Account:
[Image: 76561198164751656.png]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Tongue [Release] MW3 Shop plugin Dude 56 37,048 03-25-2018, 05:18
Last Post: [email protected]
  Add a point shop to my server h1dexyz 1 2,883 03-04-2018, 22:36
Last Post: h1dexyz
  [Release] Custom Shop SgtLegend 1 3,568 06-16-2016, 18:57
Last Post: abidullah
Rainbow NEW SHOP BY QwerTTy DiGGiTPro 17 10,111 01-08-2015, 12:04
Last Post: zhorakrnev

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.