Ich brauche Hilfe:
C:\PROGRA~1\ROCKST~1\GRANDT~1\GAMEMO~1\MINIRE~1.PWN(2436) : warning 219: local variable "objective" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
So hier die Zeile:
public SetVehicleParamsForAll(carid,objective,doorslocked)
{
new i;
for(i=0; i<MAX_PLAYERS; i++) { SetVehicleParamsForPlayer(carid,i,objective,doorslocked); }
}
Ich weiß soinetwa, woran es liegen könnte, habe aber keine Lösung. Ich habe das Motor und Tanksystem aus diesem Tut in meiner GameMode → [ SCRIPTING ] Motor- und Tanksystem
Wo hiersoetwas dazugehört:^^
new engine,lights,alarm,doors,bonnet,boot,objective;
new bool:Motor[MAX_VEHICLES]=false;
("objective" kommt hier vor)
Und das CallBack SetVehicleParamsForAll gehört zu diesem Carsystem, was ich ebenfalls in meine GameMode einbauen wollte: →
So, kompliziertes Problem, da hoffe ich auf eine einfache Lösung