Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (m.Type == "b") //94 i 88
- {
- whatblock = m.GetInt(3);
- whatblock2 = Convert.ToString(whatblock);
- whatblockx = m.GetInt(1);
- whatblockx2 = Convert.ToString(whatblockx);
- whatblocky = m.GetInt(2);
- whatblocky2 = Convert.ToString(whatblocky);
- if (whatblock == 94)
- {
- Thread.Sleep(sped);
- con.Send(wkey, new object[] { 0, whatblockx, whatblocky, 88 });
- }
- if (whatblock == 88)
- {
- Thread.Sleep(sped);
- con.Send(wkey, new object[] { 0, whatblockx, whatblocky, 0 });
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement