Hi Leute!
Wollte fragen ob mir da irgendwer helfen will wäre echt nett
Errors:
C:\Users\Richard\Desktop\tutorialgfh.pwn(124) : error 012: invalid function call, not a valid address
C:\Users\Richard\Desktop\tutorialgfh.pwn(124) : warning 215: expression has no effect
C:\Users\Richard\Desktop\tutorialgfh.pwn(124) : error 001: expected token: ";", but found ")"
C:\Users\Richard\Desktop\tutorialgfh.pwn(124) : error 029: invalid expression, assumed zero
C:\Users\Richard\Desktop\tutorialgfh.pwn(124) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Hier der Text:
public OnPlayerDisconnect(playerid, reason)
{
if(GetPVarInt(playerid,"loggedin")==1)
{
SpielerSpeichern(playerid);
}
return 1;
}
Hier mein ganzes Scrippt: http://pastebin.com/ZrV2Y3rQ
Danke im Voraus