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!

Jackpotboard doesn`t save after restart "currently no jackpots"

hm no =/
writer.Write( (JackpotInfo)m_JackpotWinners ); some invalid arguments

m_JackpotWinners = (JackpotInfo)reader.Read(); no Definition for read
 
well thanks but no xD

writer.Write( m_JackpotWinners );
the best match for the overload method has some invalid arguments
Argument 1 cantkonvernt into string from Server.poker.pokerdealer.jackpotinfo

m_JackpotWinners = reader.ReadSingle();
Server.genericreader dont include Definition for readsingle
 

pooka01

Sorceror
damn.
well not sure about how to save that one, i hate serialising xD
maybe someone who have a better understanding at this could contribute.
 
Top