Third Encounters of a Close Kind?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: slasher on Tue 27/10/2015 12:40:10This is because people(including me) probably didn't understand your problem.
i asked before but no answer.
if (object[2].Frame == 4) object[1].Visible = False;
Quote from: Mandle on Wed 02/09/2015 06:20:52Does that mean the game's quality and size is comparable to FOUR World of Warcraft?
WOW!!!
WOW!!!
WOW!!!
WOW!!!
QuoteListBox.AddItem(string newitem)instead of ListBox.AddItem(string newitem, ...). The ", ..." means that a function will accept additional parameters for formatting. As there is no ", ..." for the parameters of this function, it is clear that this function does not support formatting.
String tmpstr = String.Format("%d", playerOneScore);
listPlayerOne.AddItem(tmpstr);
listPlayerOne.AddItem(String.Format("%d", playerOneScore));
QuotePass CHARTOFOLLOW as null to stop the character following.So, just use cMan.FollowCharacter(null); to stop say, the character cMan to follow any other character.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 2.102 seconds with 15 queries.