[HELP]error 001: expected token: ";", but found "-identifier-"
#7

is the only textdraw you have? or do you have others?

pawn Код:
new Text:Logo;
pawn Код:
Logo = TextDrawCreate(635.000000,430.000000,"Fun-Generation");
  TextDrawAlignment(Logo,3);
  TextDrawBackgroundColor(Logo,0x000000ff);
  TextDrawFont(Logo,1);
  TextDrawLetterSize(Logo,0.699999,1.600000);
  TextDrawColor(Logo,COLOR_BLUE);
  TextDrawSetProportional(Logo,1);
  TextDrawSetShadow(Logo,1);
  return 1;
}
there are? not if you have it set properly in OnGameModeInit

have you put it without the return 1; and }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)