D:\German Reallife\GTALS\gamemodes\GTALS.pwn(66724) : error 030: compound statement not closed at the end of file (started at line 66715)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
weil:
public StatsFresh(playerid)
{
new str[256];
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
new PP = GetPlayerScore(playerid);
TextDrawHideForPlayer(playerid,ANZEIGEN[playerid]);
TextDrawShowForPlayer(playerid,ANZEIGEN[playerid]);
format(str, sizeof str, "Account: ~g~~h~%s~n~~w~Bankkonto:~g~ %d Euro~n~~w~Premiumsterne: ~g~%d%]~w~~n~Paydayzeit: ~g~%d/60 Min",Name,PlayerInfo[playerid][pAccount],PP,PlayerInfo[playerid][pPlayMinutes]);
TextDrawSetString(ANZEIGEN[playerid], str);
return 1;
was habe ich falsch bitte helpen