Well , Thanks .
Request Remove please .
Request Remove please .
and about the points. there is a status effect subtype to show these points in the store window. find it your self .Quote:
Network.GamePackets.HorseRaceStatistic Status = new Network.GamePackets.HorseRaceStatistic();
Status.Whatever = Whatever;
SaveHorseRaceStatistics(Status);
Can explain more with a simple guide if you can ?Quote:
public static void SaveHorseRaceStatistics(Network.GamePackets.HorseR aceStatistic stats)
the red part = null
1. you are not creating a new instance of the (Network.GamePackets.HorseRaceStatistic) class
2. you are not checking for any null values before you use them .
make sure that the (Network.GamePackets.HorseRaceStatistic) part is not = null before you pass it to the SaveHorseRaceStatistics void .
IE.
and about the points. there is a status effect subtype to show these points in the store window. find it your self .
Quote:
Yeah because if you learnt the basics you would be able to fix simple problems by yourself and you would be a better programmer for it, instead every little problem you have, you come here and make a post about it, you need to work on improving your skill set if you want to write and maintain a server.
post fix step here againQuote:
A nullreferenceexception is basic fundamental day 1 coding, dont learn from implementing new stuff, learn from fixing the problems you have at the moment, by yourself.
The funny thing is im pretty sure we told you how to fix a null reference exception in the last thread you started =/
No.Quote:
post fix step here again
Remind me Korvacs O.o
Well , what issue of the 3 issue is because of null ?Quote:
No.
We've given you countless bits of advice on how to LEARN programming (not simply copy/paste) and you've ignored any useful advice we've given.
We went over what a null reference exception was and how it happens/how to fix it before. If you didn't pay attention then why should we repeat ourselves?
Go do some googling, read a book or two on C# and start small. Ooh wait... we've told you this like 10 times.