also ich hatte schon mal einen thread Pawno problem
und zwar kriege ich immer
Zeile (12) : warning 235: public function lacks forward declaration (symbol "OnPlayerDisconnect")
Zeile (14) : error 017: undefined symbol "GetPVarInt"
Zeile (16) : error 012: invalid function call, not a valid address
Zeile (16) : warning 215: expression has no effect
Zeile (16) : error 001: expected token: ";", but found ")"
Zeile (16) : error 029: invalid expression, assumed zero
Zeile (16) : fatal error 107: too many error messages on one line
wenn ich
new bsnenter;
new bsnexit;
new tor[2];
new botauto;
new GSCAR[9];//GSCAR[0]=,GSCAR[1]
new MAFIACAR[15];//MAFIACAR[0]=
new OAMTCAR[12];//OAMTCAR[0]=
new MEDICCAR[16];//MEDICCAR[0]=
new SpielerSpeichern[100];
public OnPlayerDisconnect(playerid, reason)
{
if(GetPVarInt(playerid,"loggedin")==1)
{
SpielerSpeichern(playerid);
}
return 1;
}
zusammen in ein script einfüge kann mir villeicht jemand sagen wo da das problem ist ?