TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Poppa Wallace
NA
189
24.2k
Only assignment, call, increment, decrement, and new object
Dec 9 2016 3:06 PM
var PlayersID ="";
if (res = base.Interact(player))
{
TurnTo(player, 5000);
var getId = GameServer.Database.SelectObjects<DOLCharacters>("RealmPoints > 0 ORDER BY RealmPoints DESC LIMIT 1");
foreach (var t in getId)
{
PlayersID == t.Name;
}
Why am I getting ?
Only assignment, call, increment, decrement, and new object expressions can be used as a statement
Reply
Answers (
1
)
Desktop Application for MacOS
Bind a dropdownlist inside ajax