Hallo,
ich wollte den Rang anzeigen lassen bei meinem BattleShip Edit.
Aber ich bekomme 8 Errors, dass "playerid" nicht definiert ist.
Hier die Errors:
ZitatAlles anzeigenC:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(102) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(103) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(104) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(105) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(106) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(107) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(108) : error 017: undefined symbol "playerid"
C:\Documents and Settings\111\Desktop\Restliche Datein\battleship.pwn(109) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
8 Errors.
Und die Zeilen:
RankTextdraw[playerid] = TextDrawCreate(23.000000, 114.000000, "-");
TextDrawBackgroundColor(RankTextdraw[playerid],255);
TextDrawFont(RankTextdraw[playerid],2);
TextDrawLetterSize(RankTextdraw[playerid], 0.379999, 1.050000);
TextDrawColor(RankTextdraw[playerid], 16777215);
TextDrawSetOutline(RankTextdraw[playerid],0);
TextDrawSetProportional(RankTextdraw[playerid],1);
TextDrawSetShadow(RankTextdraw[playerid],1);