Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
Thanks to Ewoke, it is fixed. You can lock this mods.
Fix:
case "getShop":
{
for (uint item = 7; item < m.Count; item += 22)
{
Invoke(new EventHandler(delegate
{
/*Whatever you add it to
lb_SHOP.Items.Add(m[item]);
*/
}));
}
}
break;
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Shop item names for smilies are here http://everybodyedits.wikia.com/wiki/Smilies
SEARCH FOR "Payvault Class" like smileyterminator etc...
Offline
You could try using string.IndexOf() to remove the numbers, but else, no. I don't know how the lobby works.
shh i have returned
Offline
Uh... 30-7 = 23.
Offline
Sigh.
Here's some handling code for you. Feel free to explore the rest of the handlers for the other lobby messages.
https://github.com/ThyChief/Fluid/blob/ … Handler.cs
Offline
Locked on request of owner.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
Topic closed
[ Started around 1732215029.2004 - Generated in 0.040 seconds, 12 queries executed - Memory usage: 1.44 MiB (Peak: 1.56 MiB) ]