Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help DONATE points for weapons
#1
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
Reply

#2
So you want us to help you make money, for free?
[Image: MaEIQ.png]
Reply

#3
Code:
GetDvar("Client.Name");
LOL

@Pozzuh , he wants to make smth like @zoomby servers, also he is fckin' annoying kid.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#4
I just want to add to the shop permanent weapons for points!

Code:
,  ,                300
Reply

#5
I don't speak whatever language that is.
[Image: MaEIQ.png]
Reply

#6
(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
Reply

#7
lol... Big Grin
[Image: doc137842780_192751677?hash=1bfc334a6fc0...7907&wnd=1]
======================================
Reply

#8
(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?
Reply

#9
(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..
[Image: doc137842780_192751677?hash=1bfc334a6fc0...7907&wnd=1]
======================================
Reply

#10
(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!
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,893 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,348 11-08-2013, 05:25
Last Post: [HARD] Tony.
  [Request] Health and Points on hud source robinvm 7 5,174 10-27-2013, 08:23
Last Post: robinvm
  MW3 Hide WEAPONS [HARD] Tony. 7 6,749 10-09-2013, 15:16
Last Post: [HARD] Tony.
  Porting some weapons, ADS broken? DidUknowiPwn 0 2,237 09-10-2013, 01:13
Last Post: DidUknowiPwn
  [Request] Mw2 lock weapons seraph1995 1 3,042 08-18-2013, 15:31
Last Post: DidUknowiPwn
  [Release] Pack-A-Punch Weapons TheSchitt 40 29,128 08-07-2013, 04:51
Last Post: FrostLight
  [Tutorial] How to import Weapons from SP to MP in Black Ops using Mod Tools d0h! 114 71,774 05-21-2013, 16:33
Last Post: ZURA.
  [Tutorial] How to port weapons rotceh_dnih 13 14,410 04-13-2013, 23:43
Last Post: rotceh_dnih
  Favorite Weapons from CoD series! DidUknowiPwn 20 10,106 04-05-2013, 18:10
Last Post: SuperNovaAO

Forum Jump:


Users browsing this thread:
1 Guest(s)

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