Quote:
Originally Posted by Tommy_Daichik
pawn Код:
for ( new playerid = 0; playerid < MAX_PLAYERS; playerid ++ ) { new Float: TEXTX = 230 , Float: TEXTY = 350; RocketWarning = TextDrawCreate ( TEXTX , TEXTY , "~r~WARNING~w~: Heat Seeking Missle ~r~Detected" ); TextDrawLetterSize ( RocketWarning , 0.55 , 2 ); TextDrawFont ( RocketWarning , 3 ); TextDrawSetOutline ( RocketWarning , 1 ); }
Why to do the same thing 200 times?
|
Tommy has a point, that loop is totally unnecessary, as it does not contain the element you appear to be looping!