thunaivendan
Member level 3
- Joined
- Apr 19, 2013
- Messages
- 61
- Helped
- 0
- Reputation
- 0
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Chennai, Tamil Nadu, India
- Activity points
- 1,728
if(@IgnitionCycle:ff == 1)
{
Msg1.byte(4) = 1;
Output(Msg1);
write("Ignition off %d",@IgnitionCycle:ff);
}
{
Msg1.byte(4) = 1;
Output(Msg1);
write("Ignition off %d",@IgnitionCycle:ff);
}