Question

C:\Users\Dom\Desktop\NVE\gamemodes\NVE-GM.pwn(3498) : warning 217: loose indentation
C:\Users\Dom\Desktop\NVE\gamemodes\NVE-GM.pwn(8986) : error 017: undefined symbol "speedo5"
C:\Users\Dom\Desktop\NVE\gamemodes\NVE-GM.pwn(8986) : warning 215: expression has no effect
C:\Users\Dom\Desktop\NVE\gamemodes\NVE-GM.pwn(8986) : error 001: expected token: ";", but found "]"
C:\Users\Dom\Desktop\NVE\gamemodes\NVE-GM.pwn(8986) : error 029: invalid expression, assumed zero
C:\Users\Dom\Desktop\NVE\gamemodes\NVE-GM.pwn(8986) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Сама Строчка 

           new str[32];
                new Float:speed = floatmul(floatsqroot((vX * vX) + (vY * vY) + (vZ * vZ)), 100.0);
                new Float: Distance = GetPlayerDistanceFromPoint(playerid, x, y, z);
                new model = GetVehicleModel(i);
                format(str, sizeof(str), "% 0.1f kЇ/¤", speed);
                PlayerTextDrawSetString(playerid, speedo5[playerid], str);
                format(str, sizeof(str), "%0.1f Ї", Distance);
                PlayerTextDrawSetString(playerid, speedo4[playerid], str);
                format(str, sizeof(str), "%s", GetCarMarkText(model));
                PlayerTextDrawSetString(playerid, speedo3[playerid], str);
                break;
            }

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

speedoN не существует

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • Joker_Rifa
      By Joker_Rifa
      Скачал мод аризоны и захотел поменять логотип, в павно везде заменил все слова Аризоны на свой. Хостнайме тоже изменил, но все равно не меняется логотип. Как обще поменять логотип на свой. Помогите пожалуйста