Hey Brotfischer
ich verzweifel an einem Forward ?!
Hier die Warning und der Code !
ZitatC:\DOKUME~1\DERRAE~1\EIGENE~1\BackUP\GAMEMO~1\larpa.pwn(47204) : warning 235: public function lacks forward declaration (symbol "ticketsys")
public ticketsys(string[]){new eintragen[256];format(eintragen, sizeof(eintragen), "%s\n",string);new File:hFile;hFile = fopen("tickets.log", io_append);fwrite(hFile, eintragen);fclose(hFile);}
bitte um HILFE
mfg DeR_Raecher
//edit:
wieso das in einer Zeile ist ?!
hier ohne PWN
public ticketsys(string[])
{
new eintragen[256];
format(eintragen, sizeof(eintragen), "%s\n",string);
new File:hFile;
hFile = fopen("tickets.log", io_append);
fwrite(hFile, eintragen);
fclose(hFile);
}