Jump to content

Xiodrade

Members
  • Posts

    3
  • Joined

  • Last visited

Xiodrade's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. I've been wondering this for a while. Why is it there no argument to see the cause of the damage for a vehicle, only the loss? Stopping vehicle DM on RPG/RP servers would be a lot easier if we could see the cause of the damage. That way we can add checks like if the cause of damage is a player/weapon or an object.
  2. That doesn't work I got it to work with FFFF0000. Tried it multiple times before and it wasn't working, guess I was forgetting a 0 or something the other times. Works now though, Thanks for the help.
  3. Currently attempting to change the color of the title in my GUI Window. I'm using guiSetProperty( IMw, "CaptionColour", tocolor( 255, 0, 0 ) ) Unfortunately I don't believe that is the correct way to use it. It should provide a red color, but instead it provides a pink color. The property it outputs is FFF9AACA which is an ARGB for 255 A, 249 R, 170 G, 202 B. That makes no sense considering I put 255, 0, 0. --Same color as my title So why is it using FF9AACA instead of FF0000? Am I using the property wrong? EDIT - NVM this post, I was just being an idiot. Works with guiSetProperty( IMw, "CaptionColour", "FFFF0000" )
×
×
  • Create New...