C:\Users\Tom\Desktop\YsL\YsL\gamemodes\YsL.pwn(741) : warning 219: local variable "text" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
new Text:text;
text = TextDrawCreate(341 ,453 , "YourSecondLife v.2");
TextDrawFont(text , 1);
TextDrawLetterSize(text , 1, 7);
TextDrawColor(text , 0xffffffFF);
TextDrawSetOutline(text , false);
TextDrawSetProportional(text , true);
TextDrawSetShadow(text , 1);
Was muss ich noch machen ? pls schreiben