Jump to content
DarkRP Rules Updated (4/28/2024) ×

First

Member
  • Posts

    13
  • Joined

  • Last visited

1 Follower

About First

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

First's Achievements

Collaborator

Collaborator (7/14)

  • Conversation Starter
  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

18

Reputation

  1. UPDATE 27/08/2021 I changed how this system works, rather than using Copy/Paste functionality the program now prints directly into game chat. Read the instructions before attempting to use. New Link: https://github.com/mwhitenc4/Better-Gambling/releases/ The new link also includes the games: Instant Investments, Three Card Poker and Draw Hi-Lo
  2. For this I’d suggest having a menu for equipping owned permanent weapons, like a customisable hotbar that appears when you hold C as well as a select_weapon console command to quickly equip owned guns.
  3. I didn't mention a pay buff, simply that the pay should be based on the distance you've travelled rather than being entirely random. Right now you can do a lot of work for little reward, or little work for a large reward and it can be frustrating.
  4. Description: I suggest that the deliveryman job be updated as the best way I could explain it right now is a mess. I suggest the following: 1. Display time remaining on screen whilst playing as deliveryman 2. Add time after dropping off a package 3. Base the amount of money received on the distance between where the player started at the time of receiving that package, and where the package is delivered to Reasoning: (Note that the numbers correspond to the descriptions above) 1. Right now it can be frustrating running from one location to the next, as you may run out of time before reaching the next location making the journey pointless, this can be especially frustrating if you start the next delivery and it's again on the other side of the map. 2. Right now it appears there is a fixed time from when the player starts their job, and when the job ends regardless of how many packages are delivered, the problem with this is that you can be expected to run back and forward from one side of the map to the other and that's just not possible even with super speed with the current time 3. Right now the amount of money you receive seems random, you can receive $800 from running from one side of the map to the other, or you can receive $1,500 3 times in a row as you're sent from the front of the PD, to the back of the PD, to the bank in 1 job Additional Information: Right now the job is incredibly buggy, I believe there are times where the next location is set to where the player currently is, resulting in two completed jobs instantly with only one paying out (they both still count to the total number completed). Though this is just speculation, I believe this may be true because I've finished jobs in the past with 4/3 completed when I've only completed 1-3 jobs in total.
  5. This is a program that runs in the background of the game, and allows for non-roll casino games to be played. All games work by copying values to your clipboard, for you to paste in chat in-game. The games currently packaged are: - Dice (Roll any number of dice), - Roulette (Gives a number from 0-36) and its colour on a European roulette wheel - Double or Nothing (Player's can choose to double their bet as many times as they like, and cash out when ready, but each double has a chance to go bust) - Mystery Box (Dealer sets the jackpot when starting the game, will generate a random money value for a player to win) - Scratch Cards (Dealer sets jackpot when starting the game, will generate a set of three numbers, if all three numbers are the same, the player wins that number in money) - Blackjack (It's just blackjack, does not have support for Split, or Insurance) - Video Poker (Generates 5 random cards, the player then chooses which of those cards to keep, with the others being replaced, if the player has a valid poker hand they win) - Craps (A dice roll generates a number from 2-12. 7 and 11 result in a player win, 2, 3, and 12 result in a player loss, any other number will need the player to keep rolling until they either get that number again (WIN) or roll a 7 (LOSE)) The games are controlled by using the keybinds: ALT+I (Advance Game), ALT+O (Reset Game) and ALT+L (Stand in Blackjack). ALT+1, 2, 3, 4 and 5 are used for holding cards in video poker (Does not accept numpad input). Blackjack Tutorial: (Wins and losses are automatically copied to clipboard) 1. ALT+O to Start Game ("[Blackjack] Game Started" will be copied to your clipboard) 2. ALT+I to draw 2 player cards, and 1 dealer card (Both cards for the player, and the dealer's face card are copied to your clipboard) 3. The player will then have the choice to hit, or stand 4. If the player hits, use ALT+I to give them another card ("[Blackjack] Player Hit: X (Total: X)" will be copied to your clipboard) 5. If the player stands, use ALT+L ("[Blackjack] Player stood at X" will be copied to your clipboard) 6. Once the player has stood, ALT+I will now begin to give the dealer cards instead (The dealer's most recent card, and total are copied to your clipboard) 7. The dealer will automatically stand at 17 or above. Poker Hands (Winning bets are automatically copied to chat, hit ALT+I one more time after the player's cards have been held) - Jacks or Higher (1x Bet) Example: |J♠| |4♥| |7♦| |Q♣| |J♣| (Because there are a pair of Jacks) - Two Pair (2x Bet) Example: |J♠| |7♥| |7♦| |Q♣| |J♣| (Because there are two 7's and two Jacks) - Three of a Kind (3x Bet) Example: |J♠| |4♥| |7♦| |J♣| |J♣| (Because there are three Jacks) - Straight (4x Bet) Example: |2♠| |3♥| |5♦| |4♣| |6♣| (Because there is a sequence of numbers: 2, 3, 4, 5, 6) - Flush (6x Bet) Example: |J♠| |4♠| |7♠| |Q♠| |A♠| (Because all cards share the same suit) - Full House (9x Bet) Example: |J♠| |J♥| |A♦| |A♣| |J♣| (Because there are three cards with the same rank (Jack), and two cards with the same rank (Ace)) - Four of a Kind (25x Bet) Example: |J♠| |J♥| |J♦| |Q♣| |J♣| (Because there are four cards with the same rank (Jack)) - Straight Flush (50x Bet) Example: |3♠| |4♠| |7♠| |5♠| |6♠| (Because there are a sequence of numbers: 3, 4, 5, 6, 7 each with the same suit) - Royal Flush (250x Bet) Example: |10♠| |J♠| |Q♠| |K♠| |A♠| (Because there is a 10, Jack, Queen, King and Ace, all with the same suit) Application (Release.zip): https://github.com/mwhitenc4/CasinoKit/releases/ (Note: This is the old version) Source Code (C#): https://github.com/mwhitenc4/CasinoKit UPDATE 27/08/2021 I changed how this system works, rather than using Copy/Paste functionality the program now prints directly into game chat. Read the instructions before attempting to use. New Link: https://github.com/mwhitenc4/Better-Gambling/releases/ The new link also includes the games: Instant Investments, Three Card Poker and Draw Hi-Lo Remember, you can use ALT+0-9 when typing numbers is required for bets.
  6. Description: Create a new rule that disallows raiding of buildings that are fully open and clearly have nothing of value. (The one paragraph minimum doesn't make sense, I'm not gonna bulk this up for no reason) Reasoning: Currently it's impossible to run a peaceful business without getting raided constantly, players will walk in and type /advert raid, just so they can mass RDM everyone in the building for no other reason than to kill. If there is no reason to raid a fully open building other than wanting to kill everyone inside, it should not be allowed to raid. If someone really wants to take the piss, they can raid you and stand in the building for 10 minutes just to stop you from re-entering your base, as is currently allowed by the rules. Additional Information: note (There was originally an image here, not sure what happened https://imgur.com/a/a3TTAex) In a building such as this with all doors open, and no items of value inside. It really makes no sense to raid other than for the purpose of RDM. RDM is randomly killing, regardless of whether it's allowed in the rules or not.
  7. First

    AFK Class

    Description: Simply an AFK class which doesn't take away a user's salary, or any other benefits a player has from being alive. This class would despawn players and continue to give them benefits as though they were alive. Reasoning: Players keep exploiting the current system by walking in circles, which appears to be allowed since staff do it to. This would just clear up the spawn area and give us a better idea of how many people are actually playing. Additional Information: Not much reason not to do this, the current system is a mess and doesn't work. Everyone just exploits the current system anyway.
  8. Prop ID(s): models/props_junk/rock001a.mdlPicture/Location (optional): Why should these prop(s) be whitelisted/blacklisted?: It's just a small rock, please let me use it.
  9. Ban appeals seem meaningless if you need to wait out the ban anyway
  10. A fair amount of time passed between each of these adverts, the only reason two of them are so close is because I did one as a joke with your name in it which was addressed in the OP. Two others were done relatively close because someone was in the process of buying them so I pasted again to ensure they had the most updated prices. There was no clogging up of the chat, at least a full chat box had faded, or was filled for me before I pasted again and even then I would wait a bit longer before posting them. You also made no indication that them clogging up the chat was an issue previously, it feels as though you are changing your story to better serve yourself. It was made out to me that my adverts were somehow not RP, and you banned me whilst in the process of RPing for not RPing.
  11. In-game name: FirstSteamID (https://steamid.io/): STEAM_0:1:435703955 Staff members in-game name: Jack JJ Staff members SteamID (https://garnetgaming.net/darkrp/bans) (/id (name): STEAM_0:1:70210533 Date & Time of incident: 22/02/2021 ~13:20 Timezone: GMT Ban Reason: NITRP (I assume it means no intention to RP) How long were you banned for?: 4 days Proof of Ban: https://imgur.com/CZyk19E What happened? (include any proof): I was advertising stock prices for stocks I was selling for ingame cash, this is roleplaying plain and simple and I was asked to stop for some reason. I included his name in the list of stocks as a joke next time I did my advert and was muted, I had to rejoin as I could not even report this as I was muted. I tell him that it's abuse to prevent RP using admin powers and continue and get muted again, once more and I was banned. https://imgur.com/a/bY3uFhG - This is all my adverts were, a list of stocks and their prices which other players could buy/sell. Why should your ban be removed?: The staff member clearly doesn't understand the meaning of RP, I was roleplaying as a "Failed Investment Banker" and selling stocks which I would compile in a notepad, players could then buy/sell stocks whenever they wanted at the current price (generated on my PC and advertised on the server using /advert). I was simply roleplaying and punished for doing so. https://imgur.com/0m4c4nf - also doesn't help the case when the staff member uses /advert for things like this and punishes me for advertising.
×
×
  • Create New...

Important Information

Terms of Use | Guidelines