Recent content by Scrubtasticx

  1. Scrubtasticx

    FS-PvP Point System

    thanks ilp get it fixed tomorroe
  2. Scrubtasticx

    Anyone Good with Gumps plz?

    ya i did that no go on ec for some reason i guess ill tell people if they wanna poker use reg client no biggie
  3. Scrubtasticx

    Anyone Good with Gumps plz?

    i can't the way its in the code is in cases. I wouldn't really know how to change it up public int GetSuitColor() { return ( (int)m_Suit < 3 ? Red : Black ); } public string GetSuitString() { switch ( (int)m_Suit ) { case 1...
  4. Scrubtasticx

    Anyone Good with Gumps plz?

    So no go and i tried all of these from this page Unicode Char any other ideas?
  5. Scrubtasticx

    Anyone Good with Gumps plz?

    Ill check it out dunno if I can my number pad is broken lol
  6. Scrubtasticx

    FS-PvP Point System

    works for me using the github from today ;)
  7. Scrubtasticx

    Anyone Good with Gumps plz?

    So i have figured out that the suit pictures are these public int GetSuitColor() { return ( (int)m_Suit < 3 ? Red : Black ); } public string GetSuitString() { switch ( (int)m_Suit ) { case 1: return "\u25C6"...
  8. Scrubtasticx

    Invasion System

    ya this happens with EC client for sure trying to figure the fix out
  9. Scrubtasticx

    I made my own Achievement System again.

    I would love this looks amazing! hope you decide to share when its done!
  10. Scrubtasticx

    Anyone Good with Gumps plz?

    So im trying to update this texas holdem script it works great on classic client. works great on EC problem is on EC the cards instead of showing what suit it is IE. hearts/clubs it just shows either a red or black X anyone take a look im stumped.. thanks.
  11. Scrubtasticx

    support

    O ya good point if you downloaded your client from a zip file and didnt install it there would be no registry files for the server or razor to identify so just point to the correct path in razor and in servuo config file.
  12. Scrubtasticx

    support

    that happens when the server cannot find the datapath you either need to uninstall your client and reinstall it or fix your registry entries for it
  13. Scrubtasticx

    FS-PvP Point System

    Scrubtasticx updated FS-PvP Point System with a new update entry: Fixed the [pvpstats command gump Read the rest of this update entry...
  14. Scrubtasticx

    FS-PvP Point System - Fixed the [pvpstats command gump

    I changed the [pvpstats command back to .Player and fixed the gump to work with EC client as it was unreadable before.
  15. Scrubtasticx

    FS-PvP Point System

    Scrubtasticx submitted a new resource: FS-PvP Point System - pvp Read more about this resource...
Back