Hallo Community ,
Ich habe 2 liebe nette errors von sa:mp bekommen und auch schon alles darin gesetzt , das ganze zu beheben aber diese sind hartneckik .
hier :
C:\Users\Niklas\Desktop\Scripten\gamemodes\Feuerwehr.pwn(1357) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
stock AddFire(Float:x, Float:y, Float:z, Health)
{
TotalFires++;
new ID = TotalFires; // Problemzeile
FireObj[ID] = CreateObject(3461, x, y, z-2.61, 0, 0, 0.0);
FirePos[ID][0] = x, FirePos[ID][1] = y, FirePos[ID][2] = z;
FireHealth[ID] = Health;
FireHealthMax[ID] = Health;
#if defined Labels
new string[128];
format(string, sizeof(string), "%d/%d", FireHealth[ID], FireHealthMax[ID]);
FireText[ID] = Create3DTextLabel(string, 0xFFFFFFFFF, x, y, z, 20, 0);
#endif
}
Hoffentlich könnt ihr mir helfen
Mfg.
Niknew