01-30-2014, 00:00
(01-25-2014, 11:12)hillbilly Wrote: or try
if (spawnedPlayer.XUID == "XUID HERE")
{
int WepID = GetWeapon("iw5_acr_mp_reflex");
spawnedPlayer.Other.PrimaryWeapon = WepID;
spawnedPlayer.Other.CurrentWeapon = WepID;
spawnedPlayer.Ammo.PrimaryAmmo = 200;
spawnedPlayer.Ammo.PrimaryAmmoClip = 200;
Premium[spawnedPlayer.XUID] = true;
iPrintLnBold("^2Premium Weapon ^3Activated!", spawnedPlayer);
}
is it possible for more then 1 premium gun?