public OnPlayerConnect(playerid)
{
new Spielerdatei(64); //Zeile 470
new Name(MAX_PLAYER_NAME); //471
GetPlayerName(playerid,name,sizeof(name)); //472
format(Spielerdatei,sizeof(Spielerdatei),"/Accounts/%s.txt",); //473
if(dini_Exists(Spielerdatei));
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(470) : warning 219: local variable "Spielerdatei" shadows a variable at a preceding level
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(470) : error 001: expected token: ";", but found "("
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(470) : warning 215: expression has no effect
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(471) : error 001: expected token: ";", but found "("
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(471) : warning 215: expression has no effect
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(472) : error 017: undefined symbol "name"
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(472) : error 017: undefined symbol "name"
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(472) : error 029: invalid expression, assumed zero
C:\Program Files (x86)\Rockstar Games\gamemodes\grl.pwn(472) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
Jo diese Probleme hab ich könnt ihr mir bitte helfen?
Mfg Felix