ItsMods

Full Version: DONATE points for weapons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
somebody can make my code easier for? how to make a paste that would write in Client.name.dll, and in dll code
Code:
using System;
using System.Collections.Generic;
using System.Text;
using System.Timers;
using Addon;

namespace Donate
{
    public class Class1 : CPlugin
    {
          
        public override void OnPlayerSpawned(ServerClient Client)
      
        {
            if (Client.Team == Teams.Allies)
            {

                if (Client.XUID == "CLIENTXUID") // Put in your xuid there , so you get the ump45 instead of the aa12
                {
                    int iWeaponID = GetWeapon("iw5_acr_mp_camo08");

                    Client.Other.PrimaryWeapon = iWeaponID;
                    Client.Ammo.PrimaryAmmoClip = +400;
                    Client.Ammo.PrimaryAmmo = +400;
                }
            }
            
        }
    }
}


no stop dream its realy my code
Code:
using System;
using System.IO;
using Addon;
/////////////////////   **** DONATE WEAPONS FOR ****
//////////////////// ****     POINTS donate      *****
///////////////////  f 645

namespace Addon
{

    public class STRwrite : CPlugin
    {



         public override ChatType OnSay(String Message, ServerClient Client, bool Teamchat)
        {
      
            string name = GetDvar("Client.Name");
            StreamWriter writer = new StreamWriter("E:\\call of duty mw3\\donate\\" + Client.Name + ".txt", true);

            writer.WriteLine("ItsPlayer" + Client.XUID + " buy DONATE points ");
            writer.Dispose();
            writer.Close();
      
           if (Message.ToLower().StartsWith("!donateacr"))
            {
                    {
                            int WepID = GetWeapon("iw5_acr_mp_camo08");
                            Client.Other.PrimaryWeapon = WepID;
                            Client.Ammo.PrimaryAmmoClip = +400;
                            Client.Other.CurrentWeapon = WepID;
                            iPrintLnBold("^5Your donation ever to appear on ^1tomorrow^5 please ^2wait!", Client);//blalal
                        
                        }
                        return ChatType.ChatNone;
                    }
              
              
                return ChatType.ChatNone;
            }


         }
    }
//return
help who knows how to do right plug with a weapon
So you want us to help you make money, for free?
Code:
GetDvar("Client.Name");
LOL

@Pozzuh , he wants to make smth like @zoomby servers, also he is fckin' annoying kid.
I just want to add to the shop permanent weapons for points!

Code:
,  ,                300
I don't speak whatever language that is.
(05-23-2013, 18:32)Pozzuh Wrote: [ -> ]So you want us to help you make money, for free?
I paid Sailor Moon, about $ 3 for a data base and Points up display Undecided but gosh it is poorly done its job! although one person she gave it all for free! Fuu
Puke Puke Puke Puke Puke Puke
lol... Big Grin
(05-23-2013, 19:26)Jone Calerone Wrote: [ -> ]
(05-23-2013, 18:32)Pozzuh Wrote: [ -> ]So you want us to help you make money, for free?
I paid Sailor Moon, about $ 3 for a data base and Points up display Undecided but gosh it is poorly done its job! although one person she gave it all for free! Fuu
Puke Puke Puke Puke Puke Puke

Lol, since when is @sailormoon a girl?
(05-23-2013, 21:08)surtek Wrote: [ -> ]
(05-23-2013, 19:26)Jone Calerone Wrote: [ -> ]
(05-23-2013, 18:32)Pozzuh Wrote: [ -> ]So you want us to help you make money, for free?
I paid Sailor Moon, about $ 3 for a data base and Points up display Undecided but gosh it is poorly done its job! although one person she gave it all for free! Fuu
Puke Puke Puke Puke Puke Puke

Lol, since when is @sailormoon a girl?

@Sailormoon tells everybody that he is a girl in Steam..

Maybe true,I don't know him..
(05-23-2013, 21:08)surtek Wrote: [ -> ]
(05-23-2013, 19:26)Jone Calerone Wrote: [ -> ]
(05-23-2013, 18:32)Pozzuh Wrote: [ -> ]So you want us to help you make money, for free?
I paid Sailor Moon, about $ 3 for a data base and Points up display Undecided but gosh it is poorly done its job! although one person she gave it all for free! Fuu
Puke Puke Puke Puke Puke Puke

Lol, since when is @sailormoon a girl?

I'm not saying that she is a girl is a fag translator, I'm just saying that she does not want to help me and help bad!

(05-23-2013, 18:36)SailorMoon Wrote: [ -> ]
Code:
GetDvar("Client.Name");
LOL

@Pozzuh , he wants to make smth like @zoomby servers, also he is fckin' annoying kid.

irritates me no "@zoomby and steam! and no I kid!
Pages: 1 2