RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Texas hold'em script help.

abc123

Traveler
Texas holdem error:
Code:
Errors:
 + Mobiles/PlayerMobile.cs:
    CS0234: Line 2: The type or namespace name 'Poker' does not exist in the nam
espace 'Server' (are you missing an assembly reference?)
    CS0246: Line 175: The type or namespace name 'PokerGame' could not be found
(are you missing a using directive or an assembly reference?)
    CS0246: Line 176: The type or namespace name 'PokerGame' could not be found
(are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
i will attach my playermobile.cs hope for help.
 

Attachments

  • PlayerMobile.zip
    23.1 KB · Views: 4

Pure Insanity

Sorceror
Erm...you've added the edits, but it appears you don't have the Poker Dealer script in your customs folder. That is where the PlayerMobile refrences the Poker and PokerGame namespaces.
 
Top