Catalyst Gaming

CG Central => News and Announcements => Topic started by: Scratchie on June 28, 2011, 06:24:22 AM

Title: [6/28/2011] HL2RP Update
Post by: Scratchie on June 28, 2011, 06:24:22 AM
(http://catalyst-gaming.net/cgserverupdate.png)


- Zip Ties are now HBM.  Tokens can no longer be taken during a search.
- Fixed the UCA ranks and models.  The scoreboard is now correct, and models should be as well.
- Made OTA models proper to rank.
- Added three new flags, two specific to the CCA and one for CWU.
- Added CWU faction.
- Made HBM able to get shotguns and ammunition.
- Fixed a few items that were not able to be bought.
- OfC+ can dispatch now.
Title: Re: [6/28/2011] HL2RP Update
Post by: chunkeymonkey79 on June 28, 2011, 06:30:26 AM
Nice update RTLK. Should solve a couple things that people are complaining about.

EDIT: So my business menu should be working now? I swear as an OfC you can buy combine locks, but I have the standard unit menu.
Title: Re: [6/28/2011] HL2RP Update
Post by: smt on June 28, 2011, 07:01:09 AM
Please add an admin chat function :C

But nice update.
Title: Re: [6/28/2011] HL2RP Update
Post by: Scratchie on June 28, 2011, 07:05:26 AM
Nice update RTLK. Should solve a couple things that people are complaining about.

EDIT: So my business menu should be working now? I swear as an OfC you can buy combine locks, but I have the standard unit menu.
Tell someone to give you the R flag.  Not r but R.  Capital.
Title: Re: [6/28/2011] HL2RP Update
Post by: Adam S on June 28, 2011, 03:04:06 PM
CWU Flags:

It needs to be made so model changes too like it will identify the model and if its a female gives 1 of 2 female models if male gives one of 4 male models.

Thanks RTLK i love you.
Title: Re: [6/28/2011] HL2RP Update
Post by: YankeeSamurai on June 28, 2011, 05:07:14 PM
Err... What did you mean by setting OTA models based on rank?
Title: Re: [6/28/2011] HL2RP Update
Post by: ???????£??Rose Nocturna??? on June 28, 2011, 05:09:42 PM
Err... What did you mean by setting OTA models based on rank?

He means exactly what he said.  The models are based on rank.
Title: Re: [6/28/2011] HL2RP Update
Post by: Hunger Johnson on June 28, 2011, 07:03:15 PM
Code: [Select]
-- A function to get a player's Combine rank.
function openAura.schema:GetPlayerCombineRank(player)
local faction;

if (SERVER) then
faction = player:QueryCharacter("faction");
else
faction = openAura.player:GetFaction(player);
end;

if (faction == FACTION_OTA) then
if ( self:IsPlayerCombineRank(player, "OWS") ) then
return 0;
elseif ( self:IsPlayerCombineRank(player, "EOW") ) then
return 1;
else
return 2;
He means this code, he added a few more lines to it.
Title: Re: [6/28/2011] HL2RP Update
Post by: Scratchie on June 28, 2011, 08:51:53 PM
Code: [Select]
-- A function to get a player's Combine rank.
function openAura.schema:GetPlayerCombineRank(player)
local faction;

if (SERVER) then
faction = player:QueryCharacter("faction");
else
faction = openAura.player:GetFaction(player);
end;

if (faction == FACTION_OTA) then
if ( self:IsPlayerCombineRank(player, "OWS") ) then
return 0;
elseif ( self:IsPlayerCombineRank(player, "EOW") ) then
return 1;
else
return 2;
He means this code, he added a few more lines to it.

Kinda.  Modded that code to change model if name has EtL or 01 in it as OTA
SimplePortal 2.3.7 © 2008-2024, SimplePortal