Guys, is there any way to enable laser flash when lasers shooting ? Any packet or ?.. I cannnot find anything..
very thanks :D working :)Quote:
Just send that with the right values for the user.
Program.Maps[this.mapid].SendForEverUserOnMap("f|C|" + this.userid + "|" + Program.Maps[this.mapid].Users[userid].Ship.ShipId + "|1|" + Program.Maps[this.mapid].Users[userid].Ship.ClanTag + "|" + Program.Maps[this.mapid].Users[userid].Ship.Name + "|" + Program.Maps[this.mapid].Users[this.userid].Ship.X + "|" + Program.Maps[this.mapid].Users[this.userid].Ship.Y + "|" + Program.Maps[this.mapid].Users[userid].Ship.FactionId + "|0|1|1|3|0");
if (Pair.Value.Ship.clan == this.Users[userId].Ship.clan)
{
this.Users[Pair.Key].Send("f|C|" + userId + "|" + Program.Users[userId].Ship.Id + "|1| " + Program.Users[userId].Ship.clan + "|" + Program.Users[userId].Ship.Name + "|" + Program.Users[userId].Ship.x + "|" + Program.Users[userId].Ship.y + "|" + Program.Users[userId].Ship.factionId + "|1|" + Program.Users[userId].Ship.rank + "|" + ((this.factionId != Program.Users[userId].Ship.factionId && IsStarterMap) ? "1" : "0") + "|1|" + Program.Users[userId].Ship.rings + "");
}
dont work :SQuote:
Try this :
Code:if (Pair.Value.Ship.clan == this.Users[userId].Ship.clan) { this.Users[Pair.Key].Send("f|C|" + userId + "|" + Program.Users[userId].Ship.Id + "|1| " + Program.Users[userId].Ship.clan + "|" + Program.Users[userId].Ship.Name + "|" + Program.Users[userId].Ship.x + "|" + Program.Users[userId].Ship.y + "|" + Program.Users[userId].Ship.factionId + "|1|" + Program.Users[userId].Ship.rank + "|" + ((this.factionId != Program.Users[userId].Ship.factionId && IsStarterMap) ? "1" : "0") + "|1|" + Program.Users[userId].Ship.rings + ""); }
Nope, I already have this, I mean thisQuote:
Do you mean the blue numbers?