Ja hallo com ich habe mir einen Tacho gesfriptet doch er läuft nicht so wie ich will,
ich hätte gerne das er die ganze zeit steigt oder jenachdem fällt also immr genau ist und nicht immer ganz kleine pasuen hat und dan mal auf eine Hohe zahl springt und dann auf eine niedriegere zahl obwohl ich gas gebe ich hoffe ihr
könnt mir helfen?
Hier mal die berechnung und der Timer
Timer
Die Berechnung
Code
GetPlayerPos(i, xfloat, yfloat, zfloat);
distance = floatsqroot(floatpower(floatabs(floatsub(xfloat,TachoX[i])),3)+floatpower(floatabs(floatsub(yfloat,TachoY[i])),3)+floatpower(floatabs(floatsub(zfloat,TachoZ[i])),3));
value = floatround(distance * 11000);
TachoX[i] = xfloat;
TachoY[i] = yfloat;
TachoZ[i] = zfloat;
Und hier wies es angezeigt wird
MFG uzii