Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. printf("Vor %f %0.2f", Tanki[playerid][t_tankl], Tanki[playerid][t_tankp]);
  2. vInfo[c][v_Tank] = floatadd(vInfo[c][v_Tank], 0.01);
  3. Tanki[playerid][t_tankl] = floatadd(Tanki[playerid][t_tankl], 0.01);
  4. Tanki[playerid][t_tankp] = floatadd(Tanki[playerid][t_tankp], floatdiv(bizInfo[Tanki[playerid][t_tanki]][biz_dieselp], 10000));
  5. printf("Nach %f %0.2f", Tanki[playerid][t_tankl], Tanki[playerid][t_tankp]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement