Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Magnum
#1
Bug 
::Blush[/size]Hiya all can help how do donate Magnum with two hands , for example:
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;
}
}

}
}
}
Reply

#2
(12-05-2013, 10:08)kotyra972 Wrote: ::Blush[/size]Hiya all can help how do donate Magnum with two hands

Well, just take a magnum in your TWO hands and give it to someone.
[Image: ctoc.jpg]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

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