hallo, was mache ich denn Falsch?
for (new i = 0; i<MAX_PLAYERS; i++)
{
new Willkommen1337[200];
new Name = GetPlayerName(i);
format(Willkommen1337,sizeof(Willkommen1337),"Hanflich Willkommen, %s,",Name);
WillkommenName = TextDrawCreate(149.000000,114.000000,Willkommen1337);
TextDrawFont(WillkommenName, 1);
TextDrawColor(WillkommenName,GRUN);
}
Es kommen 2 Warnigs
Zitatwarning 202: number of arguments does not match definition