06.10.2013, 07:29
Hello. How get coords
Me need printf();
Sample
How make for help floatcos and floatsin and for()?
Sorry my bad English, me need help real Scripter's, thanks
pawn Код:
new Float: x1 = 2075.0239;
new Float: y1 = 1391.4772;
new Float: z1 = 10.6719;
new Float: x2 = 2085.0239;
new Float: y2 = 1401.4772;
new Float: z2 = 20.6719;
new Float: Update = 2.0;
Sample
pawn Код:
//+=2.0;
printf("2077.0239");
printf("1393.4772");
printf("12.6719");
printf("2079.0239");
printf("1395.4772");
printf("14.6719");
printf("2081.0239");
printf("1397.4772");
printf("16.6719");
printf("2083.0239");
printf("1399.4772");
printf("18.6719");
printf("2085.0239");
printf("1401.4772");
printf("20.6719");
Sorry my bad English, me need help real Scripter's, thanks