Author Topic: [6/28/2011] HL2RP Update  (Read 3487 times)

Offline Scratchie

  • test
  • Gold Member
  • *
  • Posts: 4,162
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Social Player [OCRP Award] Loyal To The Government
    • View Profile
    • Awards
[6/28/2011] HL2RP Update
« on: June 28, 2011, 06:24:22 AM »


- 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.
« Last Edit: June 28, 2011, 06:28:36 AM by RTLK »

Offline chunkeymonkey79

  • Gold Member
  • *
  • Posts: 531
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #1 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.
« Last Edit: June 28, 2011, 06:33:31 AM by chunkeymonkey79 »
<::|| HL2RP Characters ||::>


C18.CCA.APEX-DvL.040
Taking it easy as the DvL of the best division.


Derek Hampson
Wandering around C18, mentally confused.


Kendra Shawkins
Unknown Location, last seen diving into a body of water.


UU.OTA.PHANTOM-1.11590
On a rooftop, cloaked and sniper in hand.


ATTEMPTING TO ACCESS CHARACTER DATA..RESTRICTED..

Offline smt

  • lemon flavor lubricant
  • Gold Member
  • *
  • Posts: 0
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Social Player
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #2 on: June 28, 2011, 07:01:09 AM »
Please add an admin chat function :C

But nice update.



Offline Scratchie

  • test
  • Gold Member
  • *
  • Posts: 4,162
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Social Player [OCRP Award] Loyal To The Government
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #3 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.

Offline Adam S

  • I FUCK HORSES AND I HAVE AUTISM
  • Gold Member
  • *
  • Posts: 1,271
  • Awards [OCRP Award] Secret Phrase [OCRP Award] You Own The Mall [OCRP Award] Full Economy
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #4 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.
« Last Edit: June 28, 2011, 06:00:00 PM by Adam S - King of black people »

Offline YankeeSamurai

  • /me spit on cp mask
  • Gold Member
  • *
  • Posts: 1,223
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #5 on: June 28, 2011, 05:07:14 PM »
Err... What did you mean by setting OTA models based on rank?
o7

Offline ???????£??Rose Nocturna???

  • Kitsune Developer
  • Gold Member
  • *
  • Posts: 1,023
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Evo City Half Marathon [OCRP Award] Social Player [OCRP Award] You Own The Mall
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #6 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.

Offline Hunger Johnson

  • *
  • Posts: 77
  • Awards [OCRP Award] Social Player
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #7 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.

Offline Scratchie

  • test
  • Gold Member
  • *
  • Posts: 4,162
  • Awards [OCRP Award] Secret Phrase [OCRP Award] Social Player [OCRP Award] Loyal To The Government
    • View Profile
    • Awards
Re: [6/28/2011] HL2RP Update
« Reply #8 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