Problem with TextDraws
#2

Try this:

pawn Код:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid, TextDraws[San_mp][i]);
    return 1;
}

Or if that don't work put this under "OnGameModeInIt" or "OnFilterscriptInIt":

pawn Код:
for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
TextDrawShowForPlayer(i, TextDraws[San_mp][i]);
}
}
Hope I helped.
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)