Problem with TextDraws
#3

Here so:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, TextDraws[San_mp][i]);
return 1;
}
Gives an error:
error 017: undefined symbol "i"

In:
public OnFilterScriptInit()
{
for(new i; i < 10; i++)
{
TextDrawBackgroundColor(TextDraws[San_mp][i], 255);
TextDrawFont(TextDraws[San_mp][i], 0);
TextDrawLetterSize(TextDraws[San_mp][i], 0.639998, 2.699999);
TextDrawColor(TextDraws[San_mp][i], -1);
TextDrawSetOutline(TextDraws[San_mp][i], 1);
TextDrawSetProportional(TextDraws[San_mp][i], 0);
}
Reply


Messages In This Thread
Problem with TextDraws - by Roma555 - 28.09.2010, 19:57
Re: Problem with TextDraws - by Las Venturas CNR - 28.09.2010, 20:06
Re: Problem with TextDraws - by Roma555 - 28.09.2010, 21:17
Re: Problem with TextDraws - by Mr.Jvxmc - 28.09.2010, 21:30
Re: Problem with TextDraws - by Roma555 - 28.09.2010, 21:49
Re: Problem with TextDraws - by Jefff - 28.09.2010, 23:04
Re: Problem with TextDraws - by Roma555 - 29.09.2010, 01:49
Re: Problem with TextDraws - by Retardedwolf - 29.09.2010, 01:51
Re: Problem with TextDraws - by Roma555 - 29.09.2010, 02:49
Re: Problem with TextDraws - by Steven82 - 29.09.2010, 04:43

Forum Jump:


Users browsing this thread: 1 Guest(s)