Sers.
Hier mal kurz meine Errors:
K:\SA-MP\Pawno&Scripts\Scripts\Untitled.pwn(289) : error 010: invalid function or declaration
K:\SA-MP\Pawno&Scripts\Scripts\Untitled.pwn(290) : warning 235: public function lacks forward declaration (symbol "TutTimer")
K:\SA-MP\Pawno&Scripts\Scripts\Untitled.pwn(292) : error 036: empty statement
K:\SA-MP\Pawno&Scripts\Scripts\Untitled.pwn(37) : warning 204: symbol is assigned a value that is never used: "EINGANG"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Und jetzt die Zeilen:
new Spielerinfo[MAX_PLAYERS][data]; //zeile 17
new Spielertime[MAX_PLAYERS]; //zeile 18
new Spielertimer[MAX_PLAYERS];//zeile 19
und hier jetzt, bei ondialogresponse wenn man etwas auswählt.
Spielertime[playerid] = 600;
Spielertimer[playerid] = SetTimerEx("TutTimer",1000,true,"i",playerid);
Und nun die Fehler Zeilen
foward TutTimer(playerid);
public TutTimer(playerid)
{
if(Spielertime[playerid] == 600);
return 1;
}