Hallo Com,
C:\Users\Flo\Desktop\Test\gamemodes\horreallifebyhell.pwn(2456) : error 017: undefined symbol "Club"
C:\Users\Flo\Desktop\Test\gamemodes\horreallifebyhell.pwn(2476) : error 017: undefined symbol "ClubInnenraum"
C:\Users\Flo\Desktop\Test\gamemodes\horreallifebyhell.pwn(2476) : warning 215: expression has no effect
C:\Users\Flo\Desktop\Test\gamemodes\horreallifebyhell.pwn(2476) : error 001: expected token: ";", but found "]"
C:\Users\Flo\Desktop\Test\gamemodes\horreallifebyhell.pwn(2476) : error 029: invalid expression, assumed zero
C:\Users\Flo\Desktop\Test\gamemodes\horreallifebyhell.pwn(2476) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
Hier die Zeilen:
ocmd:clubenter(playerid,params[])
{
for(new club=1;club<MAX_CLUBS;club++)
{
if(IsPlayerInRangeOfPoint(playerid,5,ClubInfo[club][club_x],ClubInfo[club][club_y],ClubInfo[club][club_z]))
{
new innenraum = ClubInfo[club][club_innenraum];
SetPlayerPos(playerid,ClubInnenraum[innenraum][innen_x],ClubInnenraum[innenraum][innen_y],ClubInnenraum[innenraum][innen_z]);
SetPlayerInterior(playerid,ClubInnenraum[innenraum][innen_interior]);
inClub[playerid] = club;
}
}
}
return 1;
}